From 4e559028c8799db6d5b7abd973ac2b844a8e5e01 Mon Sep 17 00:00:00 2001 From: Leon Date: Thu, 29 Mar 2018 10:47:31 +0800 Subject: [PATCH] Fix a confliction in Input component Fix clearable and icon conflict while `clearable` and `icon` options are used. `clearable` should show when this option is enable and the currentValue is not empty, otherwise the `icon` will never be shown. --- src/components/input/input.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/input/input.vue b/src/components/input/input.vue index df804990..2ef0b29f 100644 --- a/src/components/input/input.vue +++ b/src/components/input/input.vue @@ -2,7 +2,7 @@