Skip to content

Commit

Permalink
Merge pull request #1226 from DarrenSG/patch-1
Browse files Browse the repository at this point in the history
Update v11 event payload in README.md
  • Loading branch information
Xon authored Oct 25, 2024
2 parents 5fa376b + fa4b966 commit a127f82
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -917,39 +917,39 @@ example.passedElement.element.addEventListener(
### addItem
**Payload:** `id, value, label, customProperties, groupValue, keyCode`
**Payload:** `id, highlighted, labelClass, labelDescription, customProperties, disabled, active, label, placeholder, value, groupValue, element, keyCode`
**Input types affected:** `text`, `select-one`, `select-multiple`
**Usage:** Triggered each time an item is added (programmatically or by the user).
### removeItem
**Payload:** `id, value, label, customProperties, groupValue`
**Payload:** `id, highlighted, labelClass, labelDescription, customProperties, disabled, active, label, placeholder, value, groupValue, element, keyCode`
**Input types affected:** `text`, `select-one`, `select-multiple`
**Usage:** Triggered each time an item is removed (programmatically or by the user).
### highlightItem
**Payload:** `id, value, label, groupValue`
**Payload:** `id, highlighted, labelClass, labelDescription, customProperties, disabled, active, label, placeholder, value, groupValue, element, keyCode`
**Input types affected:** `text`, `select-multiple`
**Usage:** Triggered each time an item is highlighted.
### unhighlightItem
**Payload:** `id, value, label, groupValue`
**Payload:** `id, highlighted, labelClass, labelDescription, customProperties, disabled, active, label, placeholder, value, groupValue, element, keyCode`
**Input types affected:** `text`, `select-multiple`
**Usage:** Triggered each time an item is unhighlighted.
### choice
**Payload:** `choice`
**Payload:** `id, highlighted, labelClass, labelDescription, customProperties, disabled, active, label, placeholder, value, groupValue, element, keyCode`
**Input types affected:** `select-one`, `select-multiple`
Expand Down

0 comments on commit a127f82

Please sign in to comment.