Skip to content

Commit 2d87300

Browse files
authored
Add 'list' as an allowed proprty to fluent-ui TextWidget (rjsf-team#2844)
* Add 'list' as an allowed proprty to fluent-ui TextWidget * Update TextWidget.tsx
1 parent bf4d808 commit 2d87300

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/fluent-ui/src/TextWidget/TextWidget.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ const allowedProps = [
4141
"maskChar",
4242
"maskFormat",
4343
"type",
44+
"list",
4445
];
4546

4647
const TextWidget = ({

0 commit comments

Comments
 (0)