goetzrobin / spartan

Cutting-edge tools powering Angular full-stack development.
https://spartan.ng
MIT License
1.13k stars 123 forks source link

RFC: Autocomplete #186

Open wizardnet972 opened 4 months ago

wizardnet972 commented 4 months ago

Which scope/s are relevant/related to the feature request?

Don't know / other

Information

Like select but with input.

Describe any alternatives/workarounds you're currently using

No response

I would be willing to submit a PR to fix this issue

goetzrobin commented 4 months ago

There's a component called Combobox, which I believe is what you're looking for. Currently it's built on top of the command component but we are looking to move everything on top of our own implementation of select. Let me know if this is what you're looking for