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}