I have a page with multiple dropdown searches. I'd like to be able to press tab to focus on a specific one and be able to search in it just by typing, and not having to use the mouse at all.
I'm currently able to search in it by pressing enter first, then typing, but I'd like to skip that step as well and just type immediately. Is there any way to do this?
Hi @Umut Sahin , Could you please attach the OML or link?
Hi, I've added the OML to the original post
Hi @Umut Sahin,
For your issue we have to use tabIndex which will come under extended attribute but in dropdown search we don't have extended attribute.
So, how we will use tabIndex in dropdown search for that, Below I attached link please refer that:
https://www.outsystems.com/forums/discussion/81690/adding-extended-properties-to-dropdown-search/
Regards,
Rajat
Hi,
Try to use onchange event in search of dropdown
Regards
Shradha