skeleton icon indicating copy to clipboard operation
skeleton copied to clipboard

New Feature: Autocomplete

Open endigo9740 opened this issue 3 years ago • 0 comments

ref

Describe what feature you'd like. Pseudo-code, mockups, or screenshots of similar solutions are encouraged!

I'm marking this as a "feature" because I don't know if it should be a component or action yet. Perhaps a combination of the two, then treated as a utility?

General idea is when typing in an input you should see a list of suggested values. The HTML5 DataList can handle this, but I'm not sure about browse support and visual styling. Please review and discuss the capabilities with other contributors before implementing. Functionality matters first and foremost though.

If at all possible we should avoid reinventing the wheel here and creating this custom. However, if that is our only practical solution we can consider it. But again, let's review our options before a final decision is made!

What type of pull request would this be?

New Feature

Any links to similar examples or other references we should review?

Datalist Guide: https://www.sitepoint.com/html5-datalist-autocomplete/

MDN reference: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist

Mantine reference: https://mantine.dev/core/autocomplete/

endigo9740 avatar Oct 15 '22 19:10 endigo9740