In-cell editable number, displayed as "" with the input
occupying the value position. Commits on blur so an in-flight edit isn't
PUT'd on every keystroke. When min/max are set, the committed value
is clamped to that window — out-of-range typos snap to the nearest bound
instead of silently flowing through to the server.
In-cell editable number, displayed as " " with the input
occupying the value position. Commits on blur so an in-flight edit isn't
PUT'd on every keystroke. When
min/maxare set, the committed value is clamped to that window — out-of-range typos snap to the nearest bound instead of silently flowing through to the server.