We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I wasn't able to customize typeahead to remove its background and change the look and feel of the results.
https://svelte.dev/repl/e83817000b5b4aa7bd3a3f83b20256c8?version=3.49.0
I even tried to create a "surrogate" input to input the values, but wasn't able to get the list of results.
The text was updated successfully, but these errors were encountered:
You might need to increase the CSS specifity. Also, data-svelte-typehead is set on the outermost div, not the input.
data-svelte-typehead
div
input
:global([data-svelte-typeahead] [data-svelte-search] input) { background:red; }
It would be nice if this component was more easily themeable, especially using a Svelte API like style props.
Sorry, something went wrong.
I like the idea of a "headless" Typeahead where the logic is shipped standalone.
No branches or pull requests
I wasn't able to customize typeahead to remove its background and change the look and feel of the results.
https://svelte.dev/repl/e83817000b5b4aa7bd3a3f83b20256c8?version=3.49.0
I even tried to create a "surrogate" input to input the values, but wasn't able to get the list of results.
The text was updated successfully, but these errors were encountered: