[Sloved] QInput - Is that possible to keep the tail zero when input is a float value (input mask)
-
<q-input v-model="numberFloat" type="number" :decimals="2" prefix="$" float-label="Number (initial float, 2 decimals)"/> export default { data () { return { numberFloat: 0.10 } } }
Currently, if input is 0.10, the output will be 0.1.
Is that possible to keep the tail zero that means if decimals is 3, the output will be 0.100
Thanks for your help! -
This is in the future request and I think I have to wait.
https://github.com/quasarframework/quasar/labels/proposal