Hi team,
I’m loving the new trigger condition for text input widgets of “input is exited” instead of just when the enter key is pressed. I realized I would also find it helpful to have a trigger condition of “when clear button is pressed.” Or alternatively, a unified trigger condition for “whenever the input changes” (though I realize that may be untenable as it would be triggering constantly as a user is typing).
My use case involves updating the preview of a label whenever a user changes the text input. I had been doing this with a separate ‘refresh’ button, but the addition of “input is exited” allowed me to trigger the refresh logic more naturally for the user. The only exception now is when the clear button is pressed.