mirror of
https://github.com/esiur/iui.git
synced 2025-06-27 01:13:12 +00:00
1.1.7
This commit is contained in:
@ -5777,7 +5777,7 @@ var _default = _IUI.IUI.module( /*#__PURE__*/function (_IUIElement) {
|
||||
this._span = document.createElement("span");
|
||||
this._span.innerHTML = this.getAttribute("caption");
|
||||
this._input = document.createElement("input");
|
||||
this._input.placeholder = " ";
|
||||
this._input.placeholder = this.getAttribute("placeholder") || "";
|
||||
var self = this;
|
||||
|
||||
this._input.addEventListener("input", function () {
|
||||
|
Reference in New Issue
Block a user