Bind to the value of an input. The value is updated on the oninput
event.
Function or value | Description |
Full Usage:
dateTime culture value callback
Parameters:
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 |
|
Full Usage:
dateTimeOffset culture value callback
Parameters:
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 |
|
Full Usage:
decimal culture value callback
Parameters:
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 |
|
Full Usage:
float culture value callback
Parameters:
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 |
|
Full Usage:
float32 culture value callback
Parameters:
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 |
|
Full Usage:
int culture value callback
Parameters:
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 |
|
Full Usage:
int64 culture value callback
Parameters:
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 |
|
Full Usage:
string culture value callback
Parameters:
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 |
|