-
-
Notifications
You must be signed in to change notification settings - Fork 50.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Transfer - lists labels - English Translation #3264
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 25,7 @@ To transfer the elements between two columns in an intuitive and efficient way. | |
| onSelectChange | A callback function which is executed when selected items are changed. | Function(sourceSelectedKeys, targetSelectedKeys) | | | ||
| listStyle | A custom CSS style used for rendering the transfer columns. | Object | | | ||
| className | A custom CSS class. | String | | | ||
| titles | A set of titles that are sorted from left to right. | Array | ['源列表', '目的列表'] | | ||
| titles | A set of titles that are sorted from left to right. | Array | ['Source list', 'Target list'] | | ||
| operations | A set of operations that are sorted form top to bottom. | Array | [] | | ||
| showSearch | If included, a search box is shown on each column. | Boolean | false | | ||
| searchPlaceholder | The hint text of the search box. | String | 'Please input the content' | | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. should be There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Updated with 'Search here' |
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| operations | A set of operations that are sorted from top to bottom. | Array | [] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep.. typo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated