Hey guys! Was wondering how the “Custom Menu” option on the rich text input element works - couldn’t find any documentation on it
1 Like
Hi @neelsarode
Good catch! It’s a new feature of the rich text element
It allows you design your own header:
Then you can use the Execute component action
to trigger the behavior you want:
Here’s what it looks like in action with the Toggle Bold
, Toggle Italic
, and Toggle Underline
actions:
1 Like
Oh nice i see instantly a usecase for a code snippet component
1 Like
Hi
How would you implement a rich text editor with custom actions inside a collection? Currently, when dynamically generating a list of rich text elements with custom actions, the actions fail to target the correct instance.
Thank you !