Skip to content

Commit

Permalink
GITBOOK-324: change request with no subject merged in GitBook
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurSav authored and gitbook-bot committed May 29, 2023
1 parent dd1aca9 commit 3adc7fd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions api-reference/commands/erasetext.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# eraseText

The `eraseText` command removes up to 50 characters from the currently selected text field (if any):
The `eraseText` command removes characters from the currently selected text field (if any) and can be used as such:

```yaml
- eraseText
- eraseText # Removes up to 50 characters (default)
```
If you need to remove more characters, you can specify a number explicitly:
```yaml
- eraseText: 100 # Removes up to 100 characters
```
_Note: This is for searches looking for clearText._

0 comments on commit 3adc7fd

Please sign in to comment.