You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
API: new: input/textArea.changes/.value/.checked/.files now have additional overloaded versions
that accept a changeStreamTransform: EventStream[Event] => EventStream[Event] parameter (can be used, for example, to
debounce the "changed" events)
API: new: input/textArea.validated/.validatedCheckBox/.validatedFile/.validatedFiles now accept a second
(optional) parameter – changeStreamTransform: EventStream[Event] => EventStream[Event] – which is passed to the .value/.checked/.files
API: additional validation builders accepting a functions like check: A => Option[Err] that can construct error messages
using the value that is being validated