Skip to content

Commit

Permalink
docs(picker): fix invalid initial value for delimiter in composite …
Browse files Browse the repository at this point in the history
…example
  • Loading branch information
adrianschmidt committed Dec 20, 2024
1 parent 36e5f54 commit 8eaaf3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/picker/examples/picker-composite.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export class PickerCompositeExample {
helperText: 'My helper text',
leadingIcon: 'search',
emptyResultMessage: 'No matches found',
delimiter: null,
delimiter: '',
value: [],
required: false,
disabled: false,
Expand Down

0 comments on commit 8eaaf3b

Please sign in to comment.