Comparing version 2.2.0 to 2.2.1
@@ -357,2 +357,3 @@ var HTML = "<div class=\"jb-input-web-component\">\r\n <label class=\"--hide\"><span class=\"label-value\"></span></label>\r\n <div class=\"input-box\">\r\n <div class=\"jb-input-start-section-wrapper\">\r\n <slot name=\"start-section\"></slot>\r\n </div>\r\n <input>\r\n <div class=\"password-trigger\">\r\n <svg viewBox=\"0 0 120 120\">\r\n <path class=\"eye-line\" stroke-linecap=\"round\"></path>\r\n <circle cx=\"60\" cy=\"60\" r=\"20\"></circle>\r\n </svg>\r\n </div>\r\n <div class=\"jb-input-end-section-wrapper\">\r\n <slot name=\"end-section\"></slot>\r\n </div>\r\n </div>\r\n <div class=\"message-box\"></div>\r\n</div>"; | ||
} | ||
this.value = `${this.value}`; | ||
} | ||
@@ -670,2 +671,3 @@ onPasswordTriggerClicked() { | ||
this.elements.inputBox.appendChild(buttonsElement); | ||
this.value = `${this.value}`; | ||
} | ||
@@ -672,0 +674,0 @@ } |
@@ -296,2 +296,3 @@ import HTML from './JBInput.html'; | ||
} | ||
this.value = `${this.value}`; | ||
} | ||
@@ -607,2 +608,3 @@ onPasswordTriggerClicked(): void { | ||
this.elements.inputBox.appendChild(buttonsElement); | ||
this.value = `${this.value}`; | ||
} | ||
@@ -609,0 +611,0 @@ } |
@@ -17,3 +17,3 @@ { | ||
], | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"bugs": "https://github.com/javadbat/jb-input/issues", | ||
@@ -20,0 +20,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
154086
1595