FormidableLabs / FormidableLabs/use-editable
Feature Request: Select All
Open
- Dominant language
- TypeScript
- Stars
- 619
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
Thanks for the great library.
Is it possible to expose selectall functionality? I can achieve this by using the following on click, but it seems like programmatic control over range selections is possible with the library.
```
document.execCommand("selectAll", false, undefined);
```
Something like `Edit.select(range)`?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.