choose-tech / astro-integration

Official Astro integration for the Choose Tech organization
MIT License
1 stars 0 forks source link

Fix input focus #15

Open florian-lefebvre opened 1 year ago

florian-lefebvre commented 1 year ago

Astro is not good at guessing navigation names. The first change would be in packages/integration/components/Header/Search.astro:L8, where you change transition:persist to transition:persist="some-funny-name". That should fix the focus (I haven't tried it though)

florian-lefebvre commented 1 year ago

cc @martrapp