KnightHacks / hackathon-2021-frontend

Knight Hacks Fall 2021 hackathon registration site
MIT License
3 stars 1 forks source link

Convert School Name text field into dropdown #68

Closed andreahern closed 3 years ago

andreahern commented 3 years ago

Resolve: #64

Converted the text field version of school name to a dropdown with preset names.

aileenpongnon commented 3 years ago

looks good & functional so far, is there any way we can allow users to type to search v. scroll to search for their schools? it seems that typing while dropdown is open works as well but not for continuous strings

andreahern commented 3 years ago

Not that I'm aware of at least not with headlessui. The headlessui api says that keyboard input a-z will "Focuses first item that matches keyboard input"

cloudflare-workers-and-pages[bot] commented 3 years ago

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: c2c7c0b
Status: ✅  Deploy successful!
Preview URL: https://a3f9f43c.hackathon-2021-frontend.pages.dev

View logs

aileenpongnon commented 3 years ago

good catch - feel free to merge!

aileenpongnon commented 3 years ago

checked again, input texts look good feel free to merge!