Skip to content

Commit d6626df

Browse files
EmilyyyLiuCopilot
andauthored
Update src/Select.tsx
Co-authored-by: Copilot <[email protected]>
1 parent b58c676 commit d6626df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Select.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,12 +128,12 @@ export interface SelectProps<ValueType = any, OptionType extends BaseOptionType
128128

129129
// >>> Field Names
130130
fieldNames?: FieldNames;
131-
/** @deprecated pleace use showSearch.onSearch */
131+
/** @deprecated please use showSearch.onSearch */
132132
onSearch?: SearchConfig<OptionType>['onSearch'];
133133
showSearch?: boolean | SearchConfig<OptionType>;
134-
/** @deprecated pleace use showSearch.searchValue */
134+
/** @deprecated please use showSearch.searchValue */
135135
searchValue?: SearchConfig<OptionType>['searchValue'];
136-
/** @deprecated pleace use showSearch.autoClearSearchValue */
136+
/** @deprecated please use showSearch.autoClearSearchValue */
137137
autoClearSearchValue?: boolean;
138138

139139
// >>> Select

0 commit comments

Comments
 (0)