Elmish.WPF icon indicating copy to clipboard operation
Elmish.WPF copied to clipboard

Add method-based binding API for validation effect

Open TysonMN opened this issue 4 years ago • 1 comments
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:

  1. string list
  2. string voption
  3. string option
  4. Result<'ignored, string>

TysonMN avatar Sep 08 '21 00:09 TysonMN

Except, don't work on this yet, but this work might depend on #424 and transitively on #362.

TysonMN avatar Sep 08 '21 00:09 TysonMN