NumericInput Module
Builders for the `NumericInput` control — a typed numeric field, typically with stepper affordances.
Functions and values
| Function or value |
Description
|
|
|
Full Usage:
onChanged arg1
Parameters:
float -> 'msg
Returns: Attr<'msg>
Type parameters: 'msg |
Emit a `'msg` carrying the edited `float` when a `NumericInput` value changes (`Attr.onChanged`).
|
|
Set the current number in a `NumericInput` (`Attr.value`; a controlled `float` driven from model state and reconciled via `onChanged`).
|