You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So i am using react chart editor with plotly. In < TextEditor box when i type for title in graph it renders normally but when i click outside it grey-out (Became placeholder) and again click in title texteditor it became < br> automatically.
Everytime i click outside updateChartState action runs and made value inside texteditor a placeholder and next-time i click inside it automatically became < br>
So i am using react chart editor with plotly. In < TextEditor box when i type for title in graph it renders normally but when i click outside it grey-out (Became placeholder) and again click in title texteditor it became < br> automatically.
Everytime i click outside updateChartState action runs and made value inside texteditor a placeholder and next-time i click inside it automatically became < br>
I'm attaching code for TextEditor code
``
When i click in title textbox in renders normally
![image](https://user-images.githubusercontent.com/41803696/73672577-27eb5780-46d3-11ea-9401-f553ec449cba.png)
But When i click outside and click again it became "< br>' automatically
The text was updated successfully, but these errors were encountered: