-
Notifications
You must be signed in to change notification settings - Fork 83
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
The style of the spin button in igNumericEditor is not correct when it switches from disabled. #2165
Comments
Could you tell me a workaround if there is any? |
fix(numeric-editor): fix numeric editor spin button style when setting editable mode #2165
fix(numeric-editor): fix numeric editor spin button style when setting editable mode #2165
fix(numeric-editor): fix numeric editor spin button style when setting editable mode #2165
Hi @IG-Mori , the bug with the numeric editor disabled styles not being applied to the spin buttons when switching from disabled has been fixed and will be included into this service release. |
Hi @PlamenaMiteva , Thank you for your support! I added spinUpButton processing to the workaround.
|
Description
To prevent setting values that exceed the maximum and minimum values, the spin button is made inactive in the style, but if you switch between disable and enable for igNumericEditor, the spin button inactivity control will no longer work.
Steps to reproduce
Result
The downward spin button will be enabled.
Expected result
The downward spin button should remain disabled.
Attachments
sample.zip
The text was updated successfully, but these errors were encountered: