Auto Complete Empty Event
Not plannedWould be great - if there is a way I'm unaware - to have an empty event when an auto completes value is removed.
The change event does fire when you remove a value from an auto complete, only when, you remove focus from the auto complete - I.e. you click outside of the auto complete element.
The above does not help us though - we need to refresh or reset another from element when a multiple auto completes get a new value or when the value is removed.
-
Official comment
Hi Andrew Adamson,
We try to limit the firing of events to user-initiated actions, such as finishing an edit as you mentioned. If you are clearing the value via the Set Form Element Property activity, you could do the corresponding action after that. You may also be interested to know there is a new Run Subworkflow activity which allows you to manually execute a different part of the workflow. If there was logic in an event handler that you wanted to manually run from elsewhere, you could move the shared steps into a container of some kind and use Run Subworkflow to call them from both places.
Comments
1 comment