Extend rich text Editor
props to allow for overrides / extensions of built-in methods
#1402
Replies: 1 comment 2 replies
-
Hi @EasonSoong! We don't expose any component refs through the config, but in theory you could use a custom component and import Payload's |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to listen to user keyboard input from the rich text editor, so I can implement some features related to this.
For example when the user input ###, the editor will turn to input the heading element.
Is there a way to listen to user keyboard input from rich text editor? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions