commit
2a3182ad94
1 changed files with 1 additions and 1 deletions
|
@ -76,4 +76,4 @@ Data change events:
|
|||
|---------|----------|-------------|
|
||||
| `change`| A value was changed. | For text inputs triggers on focus loss. |
|
||||
| `input` | For text inputs on every change. | Triggers immediately unlike `change`. |
|
||||
| `cut/copy/paste` | Cut/copy/paste actions. | The action can be prevented. The `event.clipbordData` property gives read/write access to the clipboard. |
|
||||
| `cut/copy/paste` | Cut/copy/paste actions. | The action can be prevented. The `event.clipboardData` property gives read/write access to the clipboard. |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue