Error in QRange component?
-
I have seen that when modifying the value of the variable with JavaScript that is used in v-model within the range component this value is not modified instantly.
This causes a form that will send a data, modified from JavaScript before, to send the data with the previous value and not with the modified one and associated with the variable “data.range.min” from JavaScript.
Is this a bug or is it a feature?
-
@Pasquall can make a reproduction codepen pls, thx.
-
Here is the link to an example
-
-
Thank you. I try to do it that way and I tell you results.
-
Perfect!! It’s Works! I need a extra modifications to my specific case but it’s works perfectly.
Thanks