Expand description
Number input with a number pattern.
See rat-text
Structs§
- Number
Input - NumberInput with format_num_pattern backend. A bit similar to javas DecimalFormat.
- Number
Input State - State & event handling.
Functions§
- handle_
events - Handle all events. Text events are only processed if focus is true. Mouse events are processed if they are in range.
- handle_
mouse_ events - Handle only mouse-events.
- handle_
readonly_ events - Handle only navigation events. Text events are only processed if focus is true. Mouse events are processed if they are in range.