Closed djdembeck closed 1 year ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
svelte-algolia-instantsearch | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 21, 2023 6:53pm |
Funnily enough that's not in React InstantSearch, I guess users have to style ais-RefinementList-searchBox > input
or whatever other class they set in searchBox
.
I'm not against this change though, makes sense, most people would wanna customize the input rather than the rest. Thanks !
This allows styling the
<input>
element. Implementation copied fromSearchBox
component. Closes https://github.com/aymeric-giraudet/svelte-algolia-instantsearch/issues/24