Skip to content
New issue

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

BUG: Input number value does not persist when using up/down arrows #6012

Closed
2 tasks done
aswinkumar863 opened this issue Jul 21, 2024 · 0 comments
Closed
2 tasks done

Comments

@aswinkumar863
Copy link
Contributor

GrapesJS version

  • I confirm to use the latest version of GrapesJS

What browser are you using?

Chrome v126

Reproducible demo link

https://codepen.io/aswinkumar863/pen/VwJaVYG

Describe the bug

How to reproduce the bug?

  1. Open the demo.
  2. Click the "Click Me" section within the editor's body.
  3. Navigate to the Style Manager and select General > Top.
  4. Enter any number into the input box without clicking outside it.
  5. Click the up or down arrow.

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

  • I agree to follow this project's Code of Conduct
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant