Skip to content

Commit ba1c57a

Browse files
author
Katie George
committed
chore: Updates documenter
1 parent 9cf8259 commit ba1c57a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

src/__tests__/snapshot-tests/__snapshots__/documenter.test.ts.snap

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11193,6 +11193,12 @@ use the \`id\` attribute, consider setting it on a parent element instead.",
1119311193
"optional": true,
1119411194
"type": "string",
1119511195
},
11196+
{
11197+
"description": "Shows tokens inside the trigger instead of below it.",
11198+
"name": "inlineTokens",
11199+
"optional": true,
11200+
"type": "boolean",
11201+
},
1119611202
{
1119711203
"description": "Overrides the invalidation state. Usually the invalid state
1119811204
comes from the parent \`FormField\`component,

src/multiselect/interfaces.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export interface MultiselectProps extends BaseSelectProps {
2424
*/
2525
hideTokens?: boolean;
2626
/**
27-
* Shows tokens inside the input instead of below.
27+
* Shows tokens inside the trigger instead of below it.
2828
*/
2929
inlineTokens?: boolean;
3030
/**

0 commit comments

Comments
 (0)