Are there any plans of implementing more events to trigger workflows? Or even custom emits?
Example: I’ve been struggling all day today, trying to create a google search like dropdown, that would be 100% in terms of UX. I’ve landed on a solution, by using blur and focus events, but blur actually fires before click, so on click on my dropdown, no event is registered. If I had the mousedown event (which fires first) this would’ve been 1 minute fix.
I’d like to see more events, like drag etc. I know you can actually do this with attributes, but you can’t trigger workflows with attributes so easily.
Are there any plans to enrich the events by some more of them?