dash-docs
dash-docs copied to clipboard
html.Datalist examples
There are some cool workarounds you can do with html.Datalist & dcc.Input vs dcc.Dropdown, like custom dropdown items.
Would be good to cross-link these examples from the dcc.Dropdown & dcc.Input pages
Here is one of the few working examples that can be found on the internet: https://community.plotly.com/t/auto-complete-text-suggestion-option-in-textfield/8940/7
Storing mainly as a future reference for myself ;-)