CodeBeam.MudBlazor.Extensions icon indicating copy to clipboard operation
CodeBeam.MudBlazor.Extensions copied to clipboard

MudSignaturePad does not support required validation

Open Aishwarya1821 opened this issue 6 months ago • 0 comments
trafficstars

The MudSignaturePad component does not support required field validation, which prevents marking the signature field as mandatory in forms. It would be beneficial to add support for required validation, similar to other form components.

Expected Behavior:

A property like Required="true" should be available for the MudSignaturePad component. If the signature is empty (i.e., no signature has been drawn), it should trigger a validation error when attempting to submit the form.

Aishwarya1821 avatar Apr 24 '25 07:04 Aishwarya1821