Quantcast
Channel: Active questions tagged javascript - Stack Overflow
Viewing all articles
Browse latest Browse all 138192

Highlight words inside of input textarea

$
0
0

I need to create a input textarea that recognize words from the array of words in this.state and highlight the words while the user type the text:

expected results:

the array of words: enter image description here

the input textarea: enter image description here

the code with array

const arrOfWords = ["disposition", "distress", "vex", "governess", 'intimacy', 'footing', 'unreserve', 'intellectual', 'solitude']

Viewing all articles
Browse latest Browse all 138192

Trending Articles