From f91e6b42a0ba81a3bc28a9abf25168accf3acdb4 Mon Sep 17 00:00:00 2001 From: neverland Date: Tue, 8 Oct 2019 17:40:11 +0800 Subject: [PATCH] fix(AddressList): input event triggered twice (#4659) --- src/address-list/index.tsx | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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()}