We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Buefy version: [0.9.14] Vuejs version: [2.5.17] ubuntu 18.04/Chrome:
numberinput component if used with min and max, max only is not working correctly. Even in the demo found in the documentation.
numberinput
Upon button click(increment or decrement) value doesn't appear in input.
Demo from documentation: https://buefy.org/documentation/numberinput/#min-max
Value should increase/decrease on button click.
Value doesn't change.
The text was updated successfully, but these errors were encountered:
5d0b647
fix previous #3663
161a37f
No branches or pull requests
Overview of the problem
Buefy version: [0.9.14]
Vuejs version: [2.5.17]
ubuntu 18.04/Chrome:
Description
numberinput
component if used with min and max, max only is not working correctly. Even in the demo found in the documentation.Upon button click(increment or decrement) value doesn't appear in input.
Steps to reproduce
Demo from documentation:
https://buefy.org/documentation/numberinput/#min-max
Expected behavior
Value should increase/decrease on button click.
Actual behavior
Value doesn't change.
The text was updated successfully, but these errors were encountered: