OptionalcharactersCharacter tokens used by the pure renderer.
OptionaldefaultInitial numeric value for uncontrolled usage.
OptionaldisabledWhether focus and editing are unavailable.
OptionalerrorError text. When present it takes precedence over hint.
OptionalhintHint text shown when no error is present.
Field label.
OptionalmaxInclusive maximum accepted value.
OptionalminInclusive minimum accepted value.
OptionalonCalled when parsing user text fails.
OptionalonCalled when the user or imperative API requests a submitted value.
OptionalonCalled after user or imperative edits request a value change.
OptionalplaceholderPlaceholder shown when value is empty.
OptionalrequiredWhether the label should include a required indicator.
OptionalshowWhether to show decrement/increment affordances.
OptionalstepIncrement/decrement amount.
OptionalvalueControlled numeric value.
Stateful data accepted by the Blessed numberField adapter.