Describe your proposal
Current behavior allows to use this component as custom input field only. The main purpose (as i think) to provide full control of input content render proccess.
To achieve this target component should be able to render content as html. For example using dangerouslySetInnerHTML. Currently this is works partially because if we use dangerouslySetInnerHTML caret position resets after every symbol input.
What do you think?
Code of Conduct
Describe your proposal
Current behavior allows to use this component as custom input field only. The main purpose (as i think) to provide full control of input content render proccess.
To achieve this target component should be able to render content as html. For example using
dangerouslySetInnerHTML. Currently this is works partially because if we usedangerouslySetInnerHTMLcaret position resets after every symbol input.What do you think?
Code of Conduct