We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2701aa2 commit 3db87c9Copy full SHA for 3db87c9
types/react-dropdown-tree-select.d.ts
@@ -154,6 +154,8 @@ declare module 'react-dropdown-tree-select' {
154
export interface TextProps {
155
/** The text to display as placeholder on the search box. Defaults to Choose... */
156
placeholder?: string
157
+ /** The text to display as placeholder on the inline search box. Only applicable with the `inlineSearchInput` setting. Defaults to `Search...` */
158
+ inlineSearchPlaceholder?: string
159
/** The text to display when the search does not find results in the content list. Defaults to No matches found */
160
noMatches?: string
161
/** Adds `aria-labelledby` to search input when input starts with `#`, adds `aria-label` to search input when label has value (not containing '#') */
0 commit comments