From ae09533e1177ece68e250bc87bac38c1ce094ec6 Mon Sep 17 00:00:00 2001 From: hale Date: Tue, 27 Mar 2018 14:01:25 +0800 Subject: [PATCH] =?UTF-8?q?misc:=20kl-input=E6=A0=A1=E9=AA=8C=E4=BA=8B?= =?UTF-8?q?=E4=BB=B6=E5=86=99keyup+blur=E6=97=B6,=E5=BF=AB=E9=80=9F?= =?UTF-8?q?=E8=BE=93=E5=85=A5=E9=94=99=E8=AF=AF=E4=BF=A1=E6=81=AF=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E4=BC=9A=E9=94=99=E4=B9=B1;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/js/components/form/KLInput/index.html | 2 +- src/js/components/form/KLTextArea/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/js/components/form/KLInput/index.html b/src/js/components/form/KLInput/index.html index 58490cf4..51b50b23 100644 --- a/src/js/components/form/KLInput/index.html +++ b/src/js/components/form/KLInput/index.html @@ -15,6 +15,6 @@ {/if} {#if _eltIE9 && !value}{placeholder}{/if} - {#if tip && !hideTip}{tip}{/if} + {#if tip && !hideTip}{tip}{/if} {/if} \ No newline at end of file diff --git a/src/js/components/form/KLTextArea/index.html b/src/js/components/form/KLTextArea/index.html index 3c938113..bfcb9a38 100644 --- a/src/js/components/form/KLTextArea/index.html +++ b/src/js/components/form/KLTextArea/index.html @@ -6,5 +6,5 @@ on-keyup={this._onKeyUp($event)} on-blur={this._onBlur($event)} on-change="change" on-focus={this._onFocus($event)} > {#if maxlength && value}{value.length}/{maxlength}{/if} {#if _eltIE9 && !value}{placeholder}{/if} - {#if tip && !hideTip}{tip}{/if} + {#if tip && !hideTip}{tip}{/if}