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 value callback

Full Usage: dateTime value callback

Parameters:
    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.

value : DateTime

The current input state.

callback : DateTime -> unit

The function called when the input state changes.

Returns: Attr

dateTimeOffset value callback

Full Usage: dateTimeOffset value callback

Parameters:
Returns: Attr
Modifiers: inline

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

value : DateTimeOffset

The current input state.

callback : DateTimeOffset -> unit

The function called when the input state changes.

Returns: Attr

decimal value callback

Full Usage: decimal value callback

Parameters:
    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.

value : decimal

The current input state.

callback : decimal -> unit

The function called when the input state changes.

Returns: Attr

float value callback

Full Usage: float value callback

Parameters:
    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.

value : float

The current input state.

callback : float -> unit

The function called when the input state changes.

Returns: Attr

float32 value callback

Full Usage: float32 value callback

Parameters:
    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.

value : float32

The current input state.

callback : float32 -> unit

The function called when the input state changes.

Returns: Attr

int value callback

Full Usage: int value callback

Parameters:
    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.

value : int

The current input state.

callback : int -> unit

The function called when the input state changes.

Returns: Attr

int64 value callback

Full Usage: int64 value callback

Parameters:
    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.

value : int64

The current input state.

callback : int64 -> unit

The function called when the input state changes.

Returns: Attr

string value callback

Full Usage: string value callback

Parameters:
    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.

value : string

The current input state.

callback : string -> unit

The function called when the input state changes.

Returns: Attr