plotly / dash-table

OBSOLETE: now part of https://github.com/plotly/dash
https://dash.plotly.com
MIT License
420 stars 74 forks source link

search_property not function when Dropdown is in Datatable #868

Open RunQi-Han opened 3 years ago

RunQi-Han commented 3 years ago

Dropdown does not provide search property when place in a DataTable. The user would like to type key to search values when a dropdown is in a DataTable

alexcjohnson commented 3 years ago

hmm, looks to me as though there is search functionality, it just doesn't work very well. For example on https://dash.plotly.com/datatable/dropdowns I can click the "x" in a dropdown and sometimes start typing: Screen Shot 2021-02-01 at 9 40 55 AM But sometimes I'd expect to be typing and I'm not, and backspace, moving the cursor around in the text, various things like that don't work right. So I'd say this is a bug. Thanks for the report @RH-plotly!

RunQi-Han commented 3 years ago

Thank you. @alexcjohnson This performs search but backspace does not work well.