-
-
Notifications
You must be signed in to change notification settings - Fork 364
Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Is your feature request related to a problem? Please describe the problem.
When a Table has EditMode="EditMode.InCell" it does not respect validation and ignores it.
Describe the solution you'd like
I want validation to be available for this situation, if we say something is required for example, then it should have consistent validation behavior like other EditMode's.
Additional context
https://www.blazor.zone/table/edit
in the InCell Pattern example you can see some of the inputs like name are required but it doesn't show red border when its blank, and it lets me save too.

Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request