12
Views
4
Comments
Type in dropdown search without clicking on it

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?

Tabandsearch.oml
2023-02-19 05-11-08
Faais

Hi @Umut Sahin
Could you please attach the OML or link? 

UserImage.jpg
Umut Sahin

Hi, I've added the OML to the original post

2020-07-21 19-28-50
Rajat Agrawal
Champion

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

2024-07-16 17-36-51
Shradha Rawlani

Hi,

Try to use onchange event in search of dropdown

Regards

Shradha

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.