Autocomplete with Dropdown is invalid for Chinese, but DataTable‘s filter has no problem at all。
Thank you for reporting! I have verified the issue. It looks like this bug was reported last February in https://github.com/bvaughn/react-select-fast-filter-options/issues/4.
Here is a more descriptive issue: https://github.com/bvaughn/react-select-fast-filter-options/issues/4
I’ll add an alternative tokenizer that matches spaces directly through a whitelist of white space.
Fix in https://github.com/plotly/dash-core-components/pull/75. Upgrade with
pip install dash-core-components==0.12.6
Let me know if that works for you. And thanks again for reporting!
1 Like
@chriddyp Hi Chris, Autocomplete with Dropdown is invalid on Chinese again when I upgrade to dash-core-components==0.15.0. Hope to fix this bug.
Thanks!