How to Trigger 'Keypress' Event on Crayons Form Dropdown?

I’m currently working with a Freshservice form in Crayons and looking for guidance on how to trigger an ‘keyPress’ event specifically for a dropdown. The goal is to capture the input value from the dropdown and use it to fetch matching records from an API call. I would like to make dynamic searchable dropdown.

Could someone provide insights to help me achieve this workflow?

Hi @akash.pagare ,

Greetings!

As you are using the crayons dropdown Select (fw-select), hope you can try the fwChange event mentioned in the document.

Kindly take a look at the link shared below: link

Hope this helps.

Thank you.