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.1.4 Vuejs version: 3.3.10 OS/Browser: macOS/Safari
Possible regression of buefy#3170.
Numberinput
"-0" should be kept as is so that a user can input any number between -1 and 0; e.g., "-0.5".
"-0" immediately becomes "0".
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Overview of the problem
Buefy version: 0.1.4
Vuejs version: 3.3.10
OS/Browser: macOS/Safari
Description
Possible regression of buefy#3170.
Steps to reproduce
Numberinput
. https://buefy.org/documentation/numberinputNumberinput
field.Expected behavior
"-0" should be kept as is so that a user can input any number between -1 and 0; e.g., "-0.5".
Actual behavior
"-0" immediately becomes "0".
The text was updated successfully, but these errors were encountered: