6 ms·
Can you use highlights on text area contents?
by pspeter3 1y ago
Can you use highlights on text area contents?
- lifthrasiir 1y agoYou can't mainly because <textarea> separately tracks its own selection, AFAIK.
- scottfr 1y agoThere is a proposal to add support for this: https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/FormControlRange/explainer.md https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/...