flow-components
flow-components copied to clipboard
feat: add API to set color options to RichTextEditor
Description
Related to https://github.com/vaadin/web-components/pull/7392
Type of change
- Enhancement
Note
Currently getColorOptions() doesn't return the default value of the corresponding web component property.
This could be probably workarounded by adding notify: true and using @Synchronize annotation.