Hi Isomorphic,
how would you solve a use case like this?
The mechanism would be the same as for validation errors, display would be analogue in DynamicForm, but with a yellow exclamation mark.
This means serverside validator DMIs can add warnings like they add errors, same for client side validators, where there must be a validator-type (isWarning or isError).
I'm pretty sure there is no such thing, yet. Would it qualify for the wishlist?
Best regards
Blama
how would you solve a use case like this?
- Creating a person with birth date, where it is possible that the person is older than 100 years, but not likely.
The mechanism would be the same as for validation errors, display would be analogue in DynamicForm, but with a yellow exclamation mark.
This means serverside validator DMIs can add warnings like they add errors, same for client side validators, where there must be a validator-type (isWarning or isError).
I'm pretty sure there is no such thing, yet. Would it qualify for the wishlist?
Best regards
Blama
Comment