bvaughn/react-highlight-words

Adjacent active chunks are handled as a single chunk

Aperta

#68 aperta il 4 dic 2018

 (2 commenti) (0 reazioni) (0 assegnatari)JavaScript (176 fork)github user discovery
bughelp wanted

Metriche repository

Star
 (2303 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

See this example: https://codesandbox.io/s/7j2njo9l2q.

searchWords={["e"]}
textToHighlight="sleep"
activeIndex={0} 

highlights both ee instead of just the first e. With activeIndex={1} nothing gets highlighted.

Guida contributor