🔖 Tiller DS is an open-source UI library that provides a range of visual, functional components and patterns that speed up design and development.
28
stars
1
forks
source link
RichTextEditor property initialHtml is duplicated #274
Closed
djovic-croz closed 1 month ago
Basic information
Additional information
Windows 11 10.0.22621 Build 22621 node v20.11.0 yarn 3.6.4
Bug description
RichTextEditor property initialHtml is duplicate when rendered
Steps to reproduce
Create element like this
Expected behavior
When element is rendered inital value should be "ABC"
Actual behavior
When element is rendered inital value is "ABCABC"