Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

contenteditable="true" doesn't update pn.pane.HTML.object #4984

Closed
ahuang11 opened this issue May 31, 2023 · 1 comment
Closed

contenteditable="true" doesn't update pn.pane.HTML.object #4984

ahuang11 opened this issue May 31, 2023 · 1 comment

Comments

@ahuang11
Copy link
Contributor

Not sure if this is in panel's scope, but it'd be nice :)

import panel as pn
pn.extension()

pn.pane.HTML("<div contenteditable='true'>Edit me</div>").servable()

The object doesn't reflect what was changed.
image

@philippjfr
Copy link
Member

Neat idea but I'll close as out-of-scope. This is doable with a ReactiveHTML component.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants