Skip to content

Commit

Permalink
chore: Updates documenter
Browse files Browse the repository at this point in the history
  • Loading branch information
Katie George committed Jan 21, 2025
1 parent 5d24f13 commit 1f20369
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11259,6 +11259,12 @@ use the \`id\` attribute, consider setting it on a parent element instead.",
"optional": true,
"type": "string",
},
{
"description": "Shows tokens inside the trigger instead of below it.",
"name": "inlineTokens",
"optional": true,
"type": "boolean",
},
{
"description": "Overrides the invalidation state. Usually the invalid state
comes from the parent \`FormField\`component,
Expand Down
2 changes: 1 addition & 1 deletion src/multiselect/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export interface MultiselectProps extends BaseSelectProps {
*/
hideTokens?: boolean;
/**
* Shows tokens inside the input instead of below.
* Shows tokens inside the trigger instead of below it.
*/
inlineTokens?: boolean;
/**
Expand Down

0 comments on commit 1f20369

Please sign in to comment.