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
Vaadin versin used: 24.3.6
I would to use setter trigger to create Entity on press checkBox (as example in my case) and i have some additional logic to provide this new entity. If I reliaze this logic and i have not valid any another binded field, this setter doesn't work and when checkbox is pressed - nothing happens.
I like to setter works locally in exactly field, and don't wait to have all valid fields.
If target field doesn't validate -> setter doesn't work - OK.
If target field is valid -> setter work - OK.
If target field is valid and another field is not valid -> setter doesn't work - WRONG.
Describe alternatives you've considered
now I need to use the valueChangeListener and additional validation, and this look like crutch.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe your motivation
Vaadin versin used: 24.3.6
I would to use setter trigger to create Entity on press checkBox (as example in my case) and i have some additional logic to provide this new entity. If I reliaze this logic and i have not valid any another binded field, this setter doesn't work and when checkbox is pressed - nothing happens.
example:
2 Entitys: Auction, Settings;
view:
Describe the solution you'd like
I like to setter works locally in exactly field, and don't wait to have all valid fields.
If target field doesn't validate -> setter doesn't work - OK.
If target field is valid -> setter work - OK.
If target field is valid and another field is not valid -> setter doesn't work - WRONG.
Describe alternatives you've considered
now I need to use the valueChangeListener and additional validation, and this look like crutch.
Additional context
No response
The text was updated successfully, but these errors were encountered: