question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

q-numeric with undefined v-model shows 1

See original GitHub issue

Hello!

<q-numeric v-model="some_variable_with_undefined_value" :min="1" :max="9999"></q-numeric>

this shows 1 but should nothing

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
rstoenescucommented, Jan 19, 2017

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.

0reactions
rstoenescucommented, Jan 20, 2017

Fix available in edge version and in future v0.13 (to be released really soon).

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found