gfxInputFieldStateConstants
The following constants can be returned or set by the State property.
gfxInputFieldStateInputError
– the input field has an input error and is displaying the last value that was entered into the field.gfxInputFieldStateInput
– the input field is displaying the last value that was entered or uploaded to the field. The field may or may not have input focus.gfxInputFieldStateUpdate
– the input field is displaying the last acquired value and is being automatically updated when the tag changes.Provide Feedback