Linear progress should not use v-model
See original GitHub issuev-model
should be used for two-way bindings. I don’t see any way a progress bar can receive input from user. A simple property (probably named “value”) should be used instead.
(semver breaking change)
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:10 (9 by maintainers)
Top Results From Across the Web
Progress linear component — Vuetify
In its simplest form, v-progress-linear displays a horizontal progress bar. Use the value prop to control the progress.
Read more >vuetify show "v-progress-linear" while another function is ...
however, my "v-progress-linear" is always executed after the loop, even when I initiate it in the editorRun() before executing the loop. How do...
Read more >Clicking on v-progress-linear changes the value : r/vuetifyjs
I have a progress bar defined like this: ... I've tried putting an empty `@click.prevent` on it but that doesn't do anything.
Read more >Vuetify Progress Linear: How to Create Horizontal Progress Bars
Progress Linear v -model. We can set up a two-way binding between the value of the progress bar and a variable using v-model...
Read more >Progress linear component — Vuetify.js
The v-progress-linear component is used to convey data visually to users. They can also represent an indeterminate amount, such as loading or processing....
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 FreeTop 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
Top GitHub Comments
@ishitatsuyuki Partially I agree with you. The component does not emit an event
input
. And the use ofv-model
expects this, though not necessarily. Usingv-model
creates a bi-directional binding. Thus, this can be a bit confusing, because if you do not look at the source code of the component, it is not clear in which case the component can change your data.On the other hand, the use of
v-model
is more universal.input
event.v-model
is used for all other components. Let it be standardized.This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. Please direct any non-bug questions to our Discord