Fable.Modulo


FormInputModel Module

Functions and values

Function or value Description

defaultValue item

Full Usage: defaultValue item

Parameters:
Returns: string
Modifiers: inline
Type parameters: 'f, 't
item : FormInputModel<'f, 't>
Returns: string

onChange form item messageDispatcher ev

Full Usage: onChange form item messageDispatcher ev

Parameters:
Modifiers: inline
Type parameters: 'f, 't

OnChange handler for the input element

form : 'f
item : FormInputModel<'f, 't>
messageDispatcher : 'f -> unit
ev : Event