Recently, I was given a requirement to implement a simple text component.
The text component:
The text component:
- should allow multline text to be provided.
- should not provide any options to format the text in anyway e.g. bold, italic, justify etc.
- should allow copy pasting of content from other sources (e.g. web page, word doc or pdf) excluding the formatting or styles.
To fufill the above requirements, following edit config was provided for the text component.
Comments
Post a Comment