mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
chore: Remove labelInValue
in AutoComplete props (#20967)
This commit is contained in:
parent
32e80157c6
commit
7f1f08b4a9
@ -25,7 +25,7 @@ export interface DataSourceItemObject {
|
||||
export type DataSourceItemType = string | DataSourceItemObject;
|
||||
|
||||
export interface AutoCompleteProps
|
||||
extends Omit<InternalSelectProps<string>, 'inputIcon' | 'loading' | 'mode' | 'optionLabelProp'> {
|
||||
extends Omit<InternalSelectProps<string>, 'inputIcon' | 'loading' | 'mode' | 'optionLabelProp' | 'labelInValue'> {
|
||||
dataSource?: DataSourceItemType[];
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user