Closed MwSpaceLLC closed 5 days ago
the autoComplete
property is to disable the <Autosuggest/>
dropdown from changing based on your input.
on the other hand, you can use the disableBrowserAutocorrect
property to natively disable the browser autocomplete behavior
The Cloudscape autosuggest component always automatically sets autocomplete="off"
(reference: https://github.com/cloudscape-design/components/blob/main/src/internal/components/autosuggest-input/index.tsx#L279), however browsers vary in how much they actually respect this (https://stackoverflow.com/questions/25823448/ng-form-and-autocomplete-off/39689037#39689037).
I wasn't however able to recreate this behavior in any browser that I use, if you're able to provide more details on how to recreate this, including exact browser version(s) used that would help us to provide more meaningful feedback.
Closing due to inactivity, feel free to reopen if there are any outstanding questions.
Browser
Chrome, Safari, Firefox, Edge
Package version
3.0.748
React version
18
Description
Source code
No response
Reproduction
basic, use any input of cloudscape
Code of Conduct