triggerfield emptytext styling not replaced on reset()
triggerfield emptytext styling not replaced on reset()
I noticed that if I focus (enter text or not) in a trigger field then reset() the field (using this.reset() in the onTriggerClick method) the empty text from the config is placed in the field, but the x-form-empty-field class is not applied until after I manually click elsewhere in the app to further blur the field.
Should the x-form-empty-field class be applied since the input field is not itself focused after the reset()?