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
Maybe you could add custom render function in future , because I would like to use it with Highlighter to highlight for searching word when not editing. I managed to make it work like this with workaround but , still could be good idea for custom rendering ;)
The text was updated successfully, but these errors were encountered:
Then you could pass in a newValue into the component, allowing you to modify what is present in the span vs what is passed to the input as value.
Personally, I have to run some ref voodoo to get some post render dom editing inside the components span <span> <span class='red'> Important! </span> value text goes here </span>
This seems like a low friction resolution, at least for my use case.
Maybe you could add custom render function in future , because I would like to use it with Highlighter to highlight for searching word when not editing. I managed to make it work like this with workaround but , still could be good idea for custom rendering ;)
The text was updated successfully, but these errors were encountered: