You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -306,6 +306,7 @@ class Widget extends React.Component {
306
306
| `disabled` | bool | If true, both "available" and "selected" list boxes will be disabled. | `false` |
307
307
| `filterCallback` | function | The filter function to run on a given option and input string: `function(option, filterInput) {}`. See **Filtering**. | `() => { ... }` |
308
308
| `filterPlaceholder` | string | The text placeholder used when the filter search boxes are empty. | `"Search..."` |
309
+
| `htmlDir` | string | The [directionality][mdn-directionality] of the component's elements. Set to `'rtl'` if using a right-to-left language. | `'ltr'` |
309
310
| `icons` | object | A key-value pairing of action icons and their React nodes. See **Changing the Default Icons** for further info. | `{ ... }` |
310
311
| `iconsClass` | string | A value specifying which overarching icon class to use. Built-in support for `fa5`, `fa6`, and `native` icons. | `'fa5'` |
311
312
| `id` | string | An HTML ID prefix for the various sub elements. | `null` |
@@ -331,4 +332,5 @@ class Widget extends React.Component {
0 commit comments