components
components copied to clipboard
[Bug]: autoComplete props not work on many input
Browser
Chrome, Safari, Firefox, Edge
Package version
3.0.748
React version
18
Description
<Autosuggest
value={value}
options={options}
invalid={invalid}
autoComplete={false}
statusType={loadingStatus}
onChange={handleOnSearch}
empty="Nessuna azienda trovata"
ariaLabel="Autosuggest example with suggestions"
placeholder="Cerca azienda o inserisci Ragione Sociale"
errorText={loadingStatus === 'error' && 'Errore nella richiesta'}
/>
Source code
No response
Reproduction
basic, use any input of cloudscape
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
- [X] I checked the current issues for duplicate problems