Skip to content

Commit

Permalink
Add description for track-by at button toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
xiongmao86 committed Apr 24, 2023
1 parent 55575a9 commit 617a0d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/docs/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1225,7 +1225,8 @@
"size": "Specify size for component. \"small\", \"medium\", \"large\" sizes are available",
"toggleColor": "Color of the toggle button",
"activeButtonTextColor": "The color of the button text with the selected value",
"textBy": "When `options` prop is an object, this key will be used as displayed text. Can be string (path to the key) or function of type: `(option) => option.text`"
"textBy": "When `options` prop is an object, this key will be used as displayed text. Can be string (path to the key) or function of type: `(option) => option.text`",
"trackBy": "When `options` prop is an object, this key will be used to track selected `options`. Can be string (path to the key) or function of type: `(option) => option.track`"
},
"events": {
"input": "Emits when toggling to the different button"
Expand Down

0 comments on commit 617a0d6

Please sign in to comment.