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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

0
Votes

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:

  1. Run the sample.
  2. Focus on the second numeric textbox.
  3. Type value greater than max value (type 155).

Expected Behavior: While focus out the validation performs.

Actual Behavior: While typing, the value converted into max value.

  1. Run the sample.
  2. Focus on the third numeric textbox.
  3. Clear the value continuously.

Expected Behavior: Value should clear

Actual Behavior: Value is not cleared.