finos / perspective

A data visualization and analytics component, especially well-suited for large and/or streaming datasets.
https://perspective.finos.org/
Apache License 2.0
7.73k stars 1.05k forks source link

Cursor focus lost after every keystroke in PerspectiveWidget's value input box #2510

Open ruoyu0088 opened 5 months ago

ruoyu0088 commented 5 months ago
  1. Display a PerspectiveWidget widget in Jupyterlab Notebook.
  2. Add a condition to the "Where" section, and type some numbers in the value input box.

After every keystroke, the value input box loses focus. I need to click on the value input box again to type in the next digit.

Environment:

JupyterLab 3.6.6 & 4.0.10 perspective: 2.7.1 python 3.11

image