Blog about anything related to my learnings
  • About
  • posts
bluesky
Blog about anything related to my learnings
POSTS

I had a requirement to enable Search on clicking on Enter key on a text box or clicking explicitly on the button to trigger the search. Upon investigation and playing around, I discovered the OnChange trigger works well. So that I don’t duplicate logic across two triggers, I wrapped the logic of the search into a hidden button on the form

Hidden button

Referenced the logic into the textbox and icon

On Change referencing button from Textbox On Change referencing button from Textbox

On Select from Icon

On Select from Icon

    © Blog about anything related to my learnings 2025
    bluesky