Skip to content

feat(Table): EditMode.InCell Validation #7139

@celadaris

Description

@celadaris

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.

Image

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions