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
Chrome v126
https://codepen.io/aswinkumar863/pen/VwJaVYG
How to reproduce the bug?
Note: This behavior is observed only when the input field is not clicked outside of. Number traits are also affected by this issue.
What is the expected behavior? The input number should increment or decrement from the currently entered value in the input box.
What is the current behavior? Instead of stepping up/down from the input value, the input number is stepping up/down from the model value.
The text was updated successfully, but these errors were encountered:
d36e859
No branches or pull requests
GrapesJS version
What browser are you using?
Chrome v126
Reproducible demo link
https://codepen.io/aswinkumar863/pen/VwJaVYG
Describe the bug
How to reproduce the bug?
Note: This behavior is observed only when the input field is not clicked outside of. Number traits are also affected by this issue.
What is the expected behavior?
The input number should increment or decrement from the currently entered value in the input box.
What is the current behavior?
Instead of stepping up/down from the input value, the input number is stepping up/down from the model value.
Code of Conduct
The text was updated successfully, but these errors were encountered: