Hacker News new | ask | show | jobs
by pspeter3 302 days ago
Can you use highlights on text area contents?
1 comments

You can't mainly because <textarea> separately tracks its own selection, AFAIK.
There is a proposal to add support for this:

https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/...