bonafideduck / react-highlight-within-textarea

React component for highlighting bits of text within a textarea
93 stars 13 forks source link

How to Get all the Highlighted word in the text area #188

Open rahulrsingh09 opened 4 months ago

rahulrsingh09 commented 4 months ago

When we highlight in the text area is there a way to expose all the texts which are hightlighted as part of a callback

bonafideduck commented 4 months ago

Unfortunately not. The props expose the current highlight, not the entire list of matches.