NIST-ISODB / isotherm-digitizer-panel

Contribution form for NIST adsorption isotherm database implemented using pyviz panel
2 stars 3 forks source link

"fuzzy" match of autocompletion fields #83

Open ltalirz opened 3 years ago

ltalirz commented 3 years ago

The latest bokeh version 2.3.0 includes a feature for "fuzzy" matches of the input (it no longer needs to start with the right character). https://github.com/bokeh/bokeh/pull/10649

In order to take advantage of this in panel, I believe we may need to expose it in the panel widget via a PR similar to https://github.com/holoviz/panel/pull/1588/files (to check - perhaps I'm wrong and one can use it immediately... but I don't think so)