change Module

Bind to the value of an input. The value is updated on the onchange event.

Functions and values

Function or value Description

dateTime culture value callback

Full Usage: dateTime culture value callback

Parameters:
    culture : CultureInfo - The culture to use to parse the value.
    value : DateTime - The current input state.
    callback : DateTime -> unit - The function called when the input state changes.

Returns: Attr
Modifiers: inline

Bind a DateTime to the value of an input. The value is updated on the onchange event.

culture : CultureInfo

The culture to use to parse the value.

value : DateTime

The current input state.

callback : DateTime -> unit

The function called when the input state changes.

Returns: Attr

dateTimeOffset culture value callback

Full Usage: dateTimeOffset culture value callback

Parameters:
    culture : CultureInfo - The culture to use to parse the value.
    value : DateTimeOffset - The current input state.
    callback : DateTimeOffset -> unit - The function called when the input state changes.

Returns: Attr
Modifiers: inline

Bind a DateTimeOffset to the value of an input. The value is updated on the onchange event.

culture : CultureInfo

The culture to use to parse the value.

value : DateTimeOffset

The current input state.

callback : DateTimeOffset -> unit

The function called when the input state changes.

Returns: Attr

decimal culture value callback

Full Usage: decimal culture value callback

Parameters:
    culture : CultureInfo - The culture to use to parse the value.
    value : decimal - The current input state.
    callback : decimal -> unit - The function called when the input state changes.

Returns: Attr
Modifiers: inline

Bind a decimal to the value of an input. The value is updated on the onchange event.

culture : CultureInfo

The culture to use to parse the value.

value : decimal

The current input state.

callback : decimal -> unit

The function called when the input state changes.

Returns: Attr

float culture value callback

Full Usage: float culture value callback

Parameters:
    culture : CultureInfo - The culture to use to parse the value.
    value : float - The current input state.
    callback : float -> unit - The function called when the input state changes.

Returns: Attr
Modifiers: inline

Bind a float to the value of an input. The value is updated on the onchange event.

culture : CultureInfo

The culture to use to parse the value.

value : float

The current input state.

callback : float -> unit

The function called when the input state changes.

Returns: Attr

float32 culture value callback

Full Usage: float32 culture value callback

Parameters:
    culture : CultureInfo - The culture to use to parse the value.
    value : float32 - The current input state.
    callback : float32 -> unit - The function called when the input state changes.

Returns: Attr
Modifiers: inline

Bind a float32 to the value of an input. The value is updated on the onchange event.

culture : CultureInfo

The culture to use to parse the value.

value : float32

The current input state.

callback : float32 -> unit

The function called when the input state changes.

Returns: Attr

int culture value callback

Full Usage: int culture value callback

Parameters:
    culture : CultureInfo - The culture to use to parse the value.
    value : int - The current input state.
    callback : int -> unit - The function called when the input state changes.

Returns: Attr
Modifiers: inline

Bind an integer to the value of an input. The value is updated on the onchange event.

culture : CultureInfo

The culture to use to parse the value.

value : int

The current input state.

callback : int -> unit

The function called when the input state changes.

Returns: Attr

int64 culture value callback

Full Usage: int64 culture value callback

Parameters:
    culture : CultureInfo - The culture to use to parse the value.
    value : int64 - The current input state.
    callback : int64 -> unit - The function called when the input state changes.

Returns: Attr
Modifiers: inline

Bind an int64 to the value of an input. The value is updated on the onchange event.

culture : CultureInfo

The culture to use to parse the value.

value : int64

The current input state.

callback : int64 -> unit

The function called when the input state changes.

Returns: Attr

string culture value callback

Full Usage: string culture value callback

Parameters:
    culture : CultureInfo - The culture to use to parse the value.
    value : string - The current input state.
    callback : string -> unit - The function called when the input state changes.

Returns: Attr
Modifiers: inline

Bind a string to the value of an input. The value is updated on the onchange event.

culture : CultureInfo

The culture to use to parse the value.

value : string

The current input state.

callback : string -> unit

The function called when the input state changes.

Returns: Attr