q-numeric with undefined v-model shows 1
See original GitHub issueHello!
<q-numeric v-model="some_variable_with_undefined_value" :min="1" :max="9999"></q-numeric>
this shows 1 but should nothing
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Vue: v-model undefined or default/fallback - Stack Overflow
Hi @Quentin, they should inherit in case they are left empty (unchanged), if input 1 changes, both the others should update mirroring this...
Read more >Issues with v-model.number · Issue #7136 · vuejs/vue - GitHub
I've found that v-model.number has limitations and requires some boilerplate in some cases. This is mostly because input[type="number"] returns ...
Read more >Trying to understand v-model with regards to null and undefined
I have a list of items. When i click one of the items, it will be marked as active in the UI. I'm...
Read more >Vuelidate | A Vue.js model validation library
Simple, lightweight model-based validation for Vue.js.
Read more >All about the V-Model directive in Vue JS | by Sushmita Tardia
This attribute is the one that gets assigned to our selectedRadioValue property. If we do not give the value attribute then it is...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Will re-analyze the component. Don’t have time at the moment to take a decision but I’ll take care of this in the next few days.
Fix available in edge version and in future v0.13 (to be released really soon).