Skip to content

Commit 7736222

Browse files
Update docs and changelog
1 parent 392fc20 commit 7736222

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.JSON

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"`ListView`: Add ability to provide CSS class names for list wrapper and list itself [#1007](https://github.com/pnp/sp-dev-fx-controls-react/issues/1007)",
1010
"`IconPicker`: `onCancel` property is added [#1043](https://github.com/pnp/sp-dev-fx-controls-react/issues/1043)",
1111
"SharePoint Framework v1.13 support",
12-
"`DynamicForm`: `disabledFields` property added [#987](https://github.com/pnp/sp-dev-fx-controls-react/pull/987)"
12+
"`DynamicForm`: `disabledFields` property added [#987](https://github.com/pnp/sp-dev-fx-controls-react/pull/987)",
13+
"`ListPicker`: Add multi numbers support for baseTemplate option [#1016](https://github.com/pnp/sp-dev-fx-controls-react/issues/1016)"
1314
],
1415
"fixes": [
1516
"`FilePicker`: `defaultFolderAbsolutePath` does not work Out of context [#1023](https://github.com/pnp/sp-dev-fx-controls-react/issues/1023)",
@@ -20,11 +21,12 @@
2021
"contributions": [
2122
"[Gautam Sheth](https://github.com/gautamdsheth)",
2223
"[Jouni Pohjolainen](https://github.com/jonepo)",
24+
"[jumpei-yamauchi](https://github.com/jumpei-yamauchi)",
2325
"[Louis Pineau](https://github.com/pineaulo)",
2426
"[Michalis Koutroupis](https://github.com/mkoutroupis)",
2527
"[MonalisaBaltatescu](https://github.com/MonalisaBaltatescu)",
2628
"[Patrik Hellgren](https://github.com/patrikhellgren)",
27-
"[jumpei-yamauchi](https://github.com/jumpei-yamauchi)"
29+
"[Xiyitifu](https://github.com/Xiyitifu)"
2830
]
2931
},
3032
{

docs/documentation/docs/controls/ListPicker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The `ListPicker` control can be configured with the following properties:
5353
| context | BaseComponentContext | yes | The context object of the SPFx loaded webpart or customizer. |
5454
| className | string | no | If provided, additional class name to provide on the dropdown element. |
5555
| disabled | boolean | no | Whether or not the control is disabled. |
56-
| baseTemplate | number | no | The SharePoint BaseTemplate ID to filter the list options by. |
56+
| baseTemplate | number \| number[] | no | The SharePoint BaseTemplate ID to filter the list options by. |
5757
| filter | string | no | Filter list from OData query (takes precendents over Hidden and BaseTemplate Filters). |
5858
| includeHidden | boolean | no | Whether or not to include hidden lists. Default is `true`. |
5959
| orderBy | LibsOrderBy | no | How to order the lists retrieved from SharePoint. |

0 commit comments

Comments
 (0)