Skip to content

Commit

Permalink
select language consistency
Browse files Browse the repository at this point in the history
Co-authored-by: m-akinc <7282195+m-akinc@users.noreply.github.com>
  • Loading branch information
jattasNI and m-akinc authored May 24, 2024
1 parent 32662c5 commit 97c535c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/storybook/src/nimble/select/select.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const optionSets = {
} as const;

const filterModeDescription = `
This attribute controls the filtering behavior of the \`Select\`. The default of \`none\` results in a dropdown with no input for filtering. A non-'none' setting results in a search input placed at the top or the bottom of the dropdown when opened (depending on where the popup is shown relative to the component). The \`standard\` setting will perform a case-insensitive and diacritic-insensitive filtering of the available options anywhere within the text of each option.
Controls the filtering behavior of the \`Select\`. The default of \`none\` results in a dropdown with no input for filtering. A non-'none' setting results in a search input placed at the top or the bottom of the dropdown when opened (depending on where the dropdown is shown relative to the component). The \`standard\` setting will perform a case-insensitive and diacritic-insensitive filtering of the available options anywhere within the text of each option.
It is recommended that if the \`Select\` has 15 or fewer options that you use the \`none\` setting for the \`filter-mode\`.
`;
Expand Down

0 comments on commit 97c535c

Please sign in to comment.