italia / design-react-kit

Il toolkit React conforme alle linee guida di design per i siti internet e i servizi digitali della PA.
https://italia.github.io/design-react-kit/
BSD 3-Clause "New" or "Revised" License
157 stars 81 forks source link

[FEATURE] Autcomplete component #917

Closed astagi closed 11 months ago

astagi commented 1 year ago

Describe the solution you'd like

Create an Autocomplete component based on the original Bootstrap Italia Autocomplete component: https://italia.github.io/bootstrap-italia/docs/form/autocompletamento/

⚠️ In order to have a great support for a11y, Autocomplete base component is based on Accessible Autocomplete which supports React natively (https://github.com/alphagov/accessible-autocomplete#using-with-react). Accessible Autocomplete dependency is already included in Bootstrap Italia and doesn't need to be added on the main package of this project.

Notes:

sabato-galasso commented 11 months ago

978 Closed