q-input type number: length of the input field changes when min and max are set #17772
Labels
area/components
bug/1-repro-available
A reproduction is available and needs to be confirmed.
flavour/vue-cli-plugin
kind/bug 🐞
Qv2 🔝
Quasar v2 issues
What happened?
A default input field has a certain length. When I create another one that has the attributes min and max set, the length of the input field suddenly changes.
What did you expect to happen?
The length of the input field should stay the same and be the default length if not specified otherwise.
Reproduction URL
https://codepen.io/nkonts/pen/wBwxmXG
How to reproduce?
Code example is shown in the reproduction URL:
Flavour
Vue CLI Plugin (vue-cli-plugin-quasar)
Areas
Components (quasar)
Platforms/Browsers
No response
Quasar info output
Relevant log output
Additional context
I am normally using quasar by using a python library, so its hard for me to provide additional info. This behaviour was discovered here
The text was updated successfully, but these errors were encountered: