components icon indicating copy to clipboard operation
components copied to clipboard

[Bug]: autoComplete props not work on many input

Open MwSpaceLLC opened this issue 5 months ago • 2 comments

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'}
        />

image

Source code

No response

Reproduction

basic, use any input of cloudscape

Code of Conduct

MwSpaceLLC avatar Sep 20 '24 13:09 MwSpaceLLC