Skip to content

Commit

Permalink
docs: fix a typo in the TextArea readme (#1383)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-portador authored Feb 28, 2024
1 parent 76b7d08 commit a34db16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/controls/TextArea/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ LANDING_BLOCK-->
| onFocus | Fires when the control gets focus. Provides focus event as a callback's argument | `function` | |
| onKeyDown | Fires when a key is pressed. Provides keyboard event as a callback's argument | `function` | |
| onKeyUp | Fires when a key is released. Provides keyboard event as a callback's argument | `function` | |
| onUpdate | Fires when the input’s value is changed by the user. Provides new value as ancallback's argument | `function` | |
| onUpdate | Fires when the input’s value is changed by the user. Provides new value as a callback's argument | `function` | |
| pin | The control's border view | `string` | `"round-round"` |
| placeholder | Text that appears in the control when no value is set | `string` | |
| qa | Test id attribute (`data-qa`) | `string` | |
Expand Down

0 comments on commit a34db16

Please sign in to comment.