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: docs/documentation/docs/controls/ListPicker.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,7 @@ The `ListPicker` control can be configured with the following properties:
59
59
| selectedList | string OR string[]| no | Keys of the selected item(s). If you provide this, you must maintain selection state by observing onSelectionChanged events and passing a new value in when changed. |
60
60
| multiSelect | boolean | no | Optional mode indicates if multi-choice selections is allowed. Default to `false`. |
61
61
| label | string | no | Label to use for the control. |
62
+
| placeHolder | string | no | Placeholder label to show in the dropdown. **Deprecated. Use `placeholder` instead.**|
62
63
| placeholder | string | no | Placeholder label to show in the dropdown. |
63
64
| onSelectionChanged | (newValue: string OR string[]): void | no | Callback function when the selected option changes. |
Copy file name to clipboardExpand all lines: docs/documentation/docs/controls/PeoplePicker.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,7 @@ The People picker control can be configured with the following properties:
75
75
| ensureUser | boolean | no | When ensure user property is true, it will return the local user ID on the current site when doing a tenant wide search. | false |
76
76
| suggestionsLimit | number | no | Maximum number of suggestions to show in the full suggestion list. | 5 |
77
77
| resolveDelay | number | no | Add delay to resolve and search users | 200 |
78
+
| placeholder | string | no | Short text hint to display in empty picker |
0 commit comments