We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Tiller version: 1.12.0 Module: RichTextEditor form-elements-advanced
Windows 11 10.0.22621 Build 22621 node v20.11.0 yarn 3.6.4
When creating "ordered list", "unordered list", inserting "table" or "link" onHtmlChange is not invoked
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,
It should invoke onHtmlChange with new additions to existing html
Nothing happends
The text was updated successfully, but these errors were encountered:
#277 Fix list, table and link functionality unresponsiveness
6ec115a
RichTextEditor
#277 Fix list, table and link functionality unresponsiveness (#279)
80f9124
Co-authored-by: Felix Beceic <[email protected]>
No branches or pull requests
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
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
The text was updated successfully, but these errors were encountered: