Skip to Content

IntField

An integer number input field. Maps to UIToolkit’s IntegerField.

Constructor

IntField

Creates an IntField element.

ParameterDescription
valueThe current integer value.
onChangedCallback invoked on every value change.
labelOptional label text shown beside the field.
keyAn optional key for reconciliation identity.

Properties

Label

An optional text label displayed alongside the field. Null means no label is shown.

OnChanged

Callback invoked whenever the value changes. Receives the new integer value as its argument.

Value

The current integer value.

Methods

ShouldRebuild

Last updated on