Elmish.WPF
Elmish.WPF copied to clipboard
Add method-based binding API for validation effect
trafficstars
There would be one overload for each type of validate function currently supported. All such function take 'model as input and return one of these:
string liststring voptionstring optionResult<'ignored, string>
Except, don't work on this yet, but this work might depend on #424 and transitively on #362.