You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IntegerField and BigDecimalField will become invalid
Environment
Vaadin version(s): 24.1.9
OS: Windows
Browsers
Issue is not browser related
The text was updated successfully, but these errors were encountered:
h-huss
changed the title
IntegerField / BigDecimalField .clear sets state to Invalid
IntegerField / BigDecimalField .clear sets state to invalid
Sep 13, 2023
Description
When calling IntegerField.clear or BigDecimalField.clear, the component is marked as invalid
This seems to be related to #4833 and vaadin/web-components#5410
Expected outcome
The component should remain valid, as null is an acceptable value
Minimal reproducible example
Steps to reproduce
Environment
Vaadin version(s): 24.1.9
OS: Windows
Browsers
Issue is not browser related
The text was updated successfully, but these errors were encountered: