OpenCodeDev / OpenCodeDev.Blazor.Foundation

Unofficial Implementation of Zurb's Foundation 6 as Blazor, C# Package including extra features.
MIT License
5 stars 0 forks source link

Validation for Reveal Form Editor #93

Open hshimshon opened 2 years ago

hshimshon commented 2 years ago

Add a Func to validate the field? Like Func<string?, object(string, float...)> MEthod takes the value and performe validation if return null... all clear else string is the error message that shows in a callout error.