Skip to content

Commit 58ba9c3

Browse files
committed
remove confused info
1 parent 9b1381b commit 58ba9c3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/data/joy/components/autocomplete/autocomplete.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -355,9 +355,6 @@ If you would like to prevent the default key handler behavior, you can set the e
355355

356356
### autocomplete/autofill
357357

358-
Browsers have heuristics to help the user fill in form inputs.
359-
However, this can harm the UX of the component.
360-
361358
By default, the component disables the input **autocomplete** feature (remembering what the user has typed for a given field in a previous session) with the `autoComplete="off"` attribute.
362359
Google Chrome does not currently support this attribute setting ([Issue 587466](https://bugs.chromium.org/p/chromium/issues/detail?id=587466)).
363360
A possible workaround is to remove the `id` to have the component generate a random one.

0 commit comments

Comments
 (0)