mirror of
https://github.com/esiur/iui.git
synced 2025-05-06 06:42:58 +00:00
1.1.7
This commit is contained in:
parent
dde241ebfb
commit
88a1b04d8c
@ -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 () {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@esiur/iui",
|
||||
"version": "1.1.6",
|
||||
"version": "1.1.7",
|
||||
"description": "Interactive User Interface",
|
||||
"main": "iui.js",
|
||||
"type": "module",
|
||||
|
Loading…
x
Reference in New Issue
Block a user