🌐 AI搜索 & 代理 主页
Skip to content

Commit e488a6c

Browse files
authored
Update README.md
1 parent b0a1bb6 commit e488a6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/form-input/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -450,8 +450,8 @@ from an array of options.
450450

451451
- Datalists work in conjunction with the browser's built in auto-complete, displaying datalist
452452
options first, followed by auto-complete options. To only display datalist options, set
453-
`autocomplete="off"`.
454-
- Datalists cannot be applied to input fields with `type="password"`.
453+
`autocomplete="off"` on `<b-form-input>`.
454+
- Datalists **cannot** be applied to input fields with type `password`, `range` or `color`.
455455
- Not all browsers fully support `<datalist>` and implementations can be buggy. It is recommended
456456
that datalists be treated as an enhancement and not be relied upon at this time. Check
457457
[Can I Use](https://caniuse.com/#feat=datalist) for full support details on all browsers.

0 commit comments

Comments
 (0)