File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/components/form-input Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments