[static-toolbar-plugin] call onChange after clicking a button
See original GitHub issueHello,
I am using the code from the custom static toolbar example and when I click any of the draft-js-buttons
or even using the key commands, the state of my editor doesn’t get updated until I actually write something.
How could I update the state of the editor after enabling any of the rich text functions? I can’t find any doc on that.
Thank you
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:6
Top Results From Across the Web
draftjs - custom button in inline toolbar that calls custom function
This way, I have managed to get a Button that shows up in the inline toolbar. But when I clicked on that button,...
Read more >Toolbar - DraftJS Plugins - High quality plugins with great UX
Simple Static Toolbar Example. The toolbar above the editor can be used for formatting text, as in conventional static editors …
Read more >onChange event. Get an event when the content changes
onChange event. Get an event when the content changes · 1. Extract the contents of the file into the "plugins" folder of CKEditor....
Read more >How to Add Call to Action Buttons in WordPress (without Code)
Add button in WordPress with WordPress button shortcode plugin. ... Go to Settings » WP Call Button and click on the Static Call...
Read more >API - Quill Rich Text Editor
For example, when a user clicks on the toolbar, technically the toolbar module calls a Quill API to effect the change. But source...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@vrinceanuv Dude not pretty sure what was wrong there.
Anyway here are a couple of methods, hope this can can be helpful.
Tell me how you solved it!
@Wgil Having the same issue, but my onChange works as expected. What have you had there? Thanks