Welcome to the Vue feedback portal. We’re happy you’re here! If you have feedback on how to improve the Vue, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Description:
When setting v-model binding, the numeric textbox is not working properly. This issue is specific to vue platform when using v-model. This issue occurs in latest version too.
If you type value larger than max value, the component will not allow this immediately changes into max value
Here the min is set as 100 and if you clear the value, the value is not cleared properly.
Sample: Sample
Replication Steps:
Expected Behavior: While focus out the validation performs.
Actual Behavior: While typing, the value converted into max value.
Expected Behavior: Value should clear
Actual Behavior: Value is not cleared.