Hello,
I have the following UI setup:
When inputing a value in search and hitting enter, it triggers the other two elements’s workflow to the right. I don’t understand how it’s possible.
On the backend I have 3 distinct workflows for each of these elements:
-
Eraser button clicked:
-
Toggle filters:
-
Search input value is changed:
My search input has the Enter key enabled because I want to do a buttonless search for UX speed.
I don’t understand how the input can trigger the elements next to it… Is this a bug or am I missing something?