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

RIchTextEditor onHtmlChange is not invoked #277

Closed
djovic-croz opened this issue Oct 9, 2024 · 0 comments
Closed

RIchTextEditor onHtmlChange is not invoked #277

djovic-croz opened this issue Oct 9, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@djovic-croz
Copy link

Basic information

Tiller version: 1.12.0
Module: RichTextEditor form-elements-advanced

Additional information

Windows 11 10.0.22621 Build 22621
node v20.11.0
yarn 3.6.4

Bug description

When creating "ordered list", "unordered list", inserting "table" or "link" onHtmlChange is not invoked

Steps to reproduce

Go to
https://croz-ltd.github.io/tiller/?path=/playroom/component-library-form-elements-advanced-richtexteditor--default

add this code

<RichTextEditor onHtmlChange={(html: string) => console.log(html)}></RichTextEditor>

Try inserting table or inserting link, or creating ordered/unordered lists,

Expected behavior

It should invoke onHtmlChange with new additions to existing html

Actual behavior

Nothing happends

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants