Skip to content

Commit 897ac37

Browse files
authored
Merge pull request #1067 from pnp/v1-dev
V1 dev
2 parents 8e0f441 + 471dd00 commit 897ac37

File tree

17 files changed

+318
-18267
lines changed

17 files changed

+318
-18267
lines changed

CHANGELOG.JSON

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
{
22
"versions": [
3+
{
4+
"version": "1.21.2",
5+
"changes": {
6+
"new": [],
7+
"enhancements": [
8+
"`ComboBoxListItemPicker` and `ListItemPicker`: Add label to control [#909](https://github.com/pnp/sp-dev-fx-controls-react/pull/909)",
9+
"`Taxonomy picker` - useSessionStorage property integration [#998](https://github.com/pnp/sp-dev-fx-controls-react/issues/998)"
10+
],
11+
"fixes": [
12+
"`TaxonomyPicker`: suggestions language is always English [#879](https://github.com/pnp/sp-dev-fx-controls-react/issues/879)"
13+
]
14+
},
15+
"contributions": [
16+
"[Emmanuel Sapet](https://github.com/Whiteshark57)",
17+
"[Peter Paul Kirschner](https://github.com/petkir)"
18+
]
19+
},
320
{
421
"version": "1.21.1",
522
"changes": {

docs/documentation/docs/controls/ComboBoxListItemPicker.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,5 +122,6 @@ The `ComboBoxListItemPicker` control can be configured with the following proper
122122
| multiSelect | boolean | no | Allows multiple selection|
123123
| onInitialized | () => void | no | Calls when component is ready|
124124
| itemLimit | number | no | Maximum number of items to be displayed in the combobox. Default: 100 |
125+
| label | string | no | Specifies the text describing the combobox ListItemPicker. |
125126

126127
![](https://telemetry.sharepointpnp.com/sp-dev-fx-controls-react/wiki/controls/ComboBoxListItemPicker)

docs/documentation/docs/controls/ListItemPicker.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,6 @@ The `ListItemPicker` control can be configured with the following properties:
6262
| filter | string | no | condition to filter list Item, same as $filter ODATA parameter|
6363
| placeholder | string | no | Short text hint to display in empty picker |
6464
| substringSearch | boolean | no | Specifies if substring search should be used |
65+
| label | string | no | Specifies the text describing the ListItemPicker. |
6566

6667
![](https://telemetry.sharepointpnp.com/sp-dev-fx-controls-react/wiki/controls/ListItemPicker)

0 commit comments

Comments
 (0)