react-highlight-within-textarea
react-highlight-within-textarea copied to clipboard
React component for highlighting bits of text within a textarea
Is selecting on highlighted word on singlie click possible? I've tried but the highlighted text rerenders every click, therefore the word gets unselected.
Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 7.3.0 to 7.5.0. Release notes Sourced from concurrently's releases. v7.5.0 What's Changed Add auto colors functionality by @eliasm307, @paescuj, @gustavohenke in open-cli-tools/concurrently#296 Fix onFinish signature when using...
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.7.4 to 4.8.4. Release notes Sourced from typescript's releases. TypeScript 4.8.4 For release notes, check out the release announcement. For the complete list of fixed issues, check...
If I remove the text, go to a different field, and then click on the placeholder text, focus is not achieved. If I click under the placeholder text, focus happens....
**Problem:** When the Selection demo is run in releases 2.x.x, it works, but not in 3.x.x. The difference is that 3.x.x loses focus when the buttons are clicked. **Action required:**...
From the gitthub page, it is time to search for another implementation. > THIS PROJECT IS CURRENTLY IN MAINTENANCE MODE. It will not receive any feature updates, only critical security...
When I upgraded to use typescript, I did the work to get the demos working, but did not copy the new code patterns to the demo code. It may be...
Clicking in the **Dynamically Changing Value** demo cause the changed value handler to run. This may be related to select also causing an event. Look to see if either excessive...
When importing `HighlightWithinTextarea` from package `react-highlight-within-textarea` in typescript. I am getting an error as: _Could not find a declaration file for module 'react-highlight-within-textarea'. 'C:/Users/UserName/Desktop/React/my-app/node_modules/react-highlight-within-textarea/lib/index.js' implicitly has an 'any' type. Try...
Bug: Select all -> delete on mobile causes the app to white screen. I though it was just my app but tested on your demo page and the issue is...