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
I would like to use slate to be able to highlight parts of an input.
One of the use cases is a simple number input.
Basically a single piece of text that satisfies /^\d+(\.\d+)?$/
I have spent the past 4 hours trying different approaches and haven't found a good solution.
Can someone please point me to the right direction?
Thank you
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I would like to use slate to be able to highlight parts of an input.
One of the use cases is a simple number input.
Basically a single piece of text that satisfies
/^\d+(\.\d+)?$/
I have spent the past 4 hours trying different approaches and haven't found a good solution.
Can someone please point me to the right direction?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions