codexstanford / codex-insurance-fullstack

0 stars 0 forks source link

Clicking into searchbar should display options #26

Closed pjames27 closed 4 months ago

pjames27 commented 5 months ago

The dropdown list of services should be displayed as soon as the user clicks into the searchbar - they shouldn't have to wait for additional keyboard input to see the list of services.

pfw13 commented 4 months ago

The library we use for the search bar supports this only in the latest alpha version. I've updated the code to use this alpha version. Here's the issue discussing this feature on their GitHub: Link. Switching to the alpha might have unknown consequences, like causing bugs somewhere else.