You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm experiencing the same issue as discussed in #6314, but only limited to Tabulator inputs
ALL software version info
Panel 1.4.2
JupyterLab 4.1.6
Description of expected behavior and the observed behavior
Expecting to enter any numbers without issues.
In reality, if I try to write numbers into tabulator widget - cell converts into markdown.
If I try to write into another input first and only then write into tabulator - works without any issues.
Complete, minimal, self-contained example code that reproduces the issue
import panel as pn
import pandas as pd
pn.extension("tabulator")
pn.Column(
pn.widgets.IntInput(),
pn.widgets.Tabulator(pd.DataFrame({"A": [0], "B": [1]}))
)
I'm experiencing the same issue as discussed in #6314, but only limited to Tabulator inputs
ALL software version info
Panel 1.4.2
JupyterLab 4.1.6
Description of expected behavior and the observed behavior
Expecting to enter any numbers without issues.
In reality, if I try to write numbers into tabulator widget - cell converts into markdown.
If I try to write into another input first and only then write into tabulator - works without any issues.
Complete, minimal, self-contained example code that reproduces the issue
Stack traceback and/or browser JavaScript console output
Nothing helpful here
Screenshots or screencasts of the bug in action
Screencast.from.2024-05-19.14-44-12.webm
The text was updated successfully, but these errors were encountered: