diff --git a/src/address-list/index.tsx b/src/address-list/index.tsx index dbbfb9140..d14f99cf6 100644 --- a/src/address-list/index.tsx +++ b/src/address-list/index.tsx @@ -63,14 +63,7 @@ function AddressList( return (
{slots.top && slots.top()} - { - emit(ctx, 'input', event); - }} - > - {List} - + {List} {props.disabledText &&
{props.disabledText}
} {DisabledList} {slots.default && slots.default()}