I encountered an issue while trying to capture user text input when the multi-select feature is active. In the provided picture, you can see that I have a multi-select option. After selecting an option, I am able to print it successfully. However, when I attempt to type text input, it seems to loop back to the multi-select without capturing the text.
I'm wondering if I am making a mistake somewhere?