Skip to content

Commit b58c676

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

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
@@ -147,11 +147,11 @@ export interface SelectProps<ValueType = any, OptionType extends BaseOptionType
147147
* In TreeSelect, `false` will highlight match item.
148148
* It's by design.
149149
*/
150-
/** @deprecated pleace use showSearch.filterOption */
150+
/** @deprecated please use showSearch.filterOption */
151151
filterOption?: SearchConfig<OptionType>['filterOption'];
152-
/** @deprecated pleace use showSearch.filterSort */
152+
/** @deprecated please use showSearch.filterSort */
153153
filterSort?: SearchConfig<OptionType>['filterSort'];
154-
/** @deprecated pleace use showSearch.optionFilterProp */
154+
/** @deprecated please use showSearch.optionFilterProp */
155155
optionFilterProp?: string;
156156
optionLabelProp?: string;
157157

0 commit comments

Comments
 (0)