microsoft / fluentui-blazor

Microsoft Fluent UI Blazor components library. For use with ASP.NET Core Blazor applications
https://www.fluentui-blazor.net
MIT License
3.78k stars 363 forks source link

Panel/Dialog Validation #1395

Closed ZnowuJa closed 8 months ago

ZnowuJa commented 8 months ago

🙋 Documentation Request

Hi, Can you document how can we validate data in Dialogs or Panels? They are not a EditForm and it is hard for beginners to figure it out. How to force Save button to validate? Regards

dvoituron commented 8 months ago

Here you'll find a new example of how to validate an EditForm included in a dialog box.

https://github.com/microsoft/fluentui-blazor/pull/1397