Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Faceted Search, execute search when pressing Tab

Geert01Jun 16 2023 — edited Jun 16 2023

I have created a Faceted Search page. This works fine when I enter text to search and then press enter. I would also like to have the search start when I press the Tab key.

Can this be done?

Duplicating the default Perform Search dynamic action and changing

this.browserEvent.which === apex.jQuery.ui.keyCode.ENTER

into

this.browserEvent.which === apex.jQuery.ui.keyCode.TAB

does not work. Somehow the TAB key gets handeled differently.

This post has been answered by Alexis Galdamez - Oracle-Oracle on Jun 16 2023
Jump to Answer
Comments
Post Details
Added on Jun 16 2023
2 comments
310 views