Fable.Modulo


Field Type

Represents the field element

Record fields

Record Field Description

BoxedValue

Full Usage: BoxedValue

Field type: obj option

boxed form of the form model underlying value or None if error

Field type: obj option

Element

Full Usage: Element

Field type: ReactElement

input element

Field type: ReactElement

ElementBuilder

Full Usage: ElementBuilder

Field type: IHTMLProp list -> ReactElement

input element builder

Field type: IHTMLProp list -> ReactElement

Error

Full Usage: Error

Field type: string option

error from the form model underlying value, if any

Field type: string option

FormattedValue

Full Usage: FormattedValue

Field type: string

string representation of the form model underlying value

Field type: string

Kind

Full Usage: Kind

Field type: Kind

kind of the element

Field type: Kind

Label

Full Usage: Label

Field type: ReactElement

<label> element

Field type: ReactElement

LabelText

Full Usage: LabelText

Field type: string option

Label text used to build the <label> element. If None defaults to the Name field

Field type: string option

Layout

Full Usage: Layout

Field type: FormFieldLayout

layout properties

Field type: FormFieldLayout

Name

Full Usage: Name

Field type: string

Name of the field on the enclosing form record

Field type: string

OnChange

Full Usage: OnChange

Field type: string -> unit

OnChange handler

Field type: string -> unit

OnChangeCheckbox

Full Usage: OnChangeCheckbox

Field type: bool -> unit

OnChange handler for checkbox

Field type: bool -> unit

TypeName

Full Usage: TypeName

Field type: string

Name of the underlying type

Field type: string