onFieldKeyinStatusChange Method

Change notification for when the supplied input field switches between dynamic and partial input. When an input field is in the dynamic state, its value changes according to the current button event unless the field is locked. When an input field is in the partial state, its value is not changed or formatted to allow the value to be changed. Locking a field is expected to change the input state to partial. Unlocking a field or accepting a value by focusing is expected to change the input state to dynamic.

onFieldKeyinStatusChange(item: ItemField): void

Parameter Type Description
item ItemField  

Returns - void

Defined in

Last Updated: 05 February, 2025