FormidableLabs / FormidableLabs/use-editable

Feature Request: Select All

Open
#12 3 comments 1 reaction 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.