2
0
mirror of https://github.com/esiur/iui.git synced 2025-05-06 06:42:58 +00:00
This commit is contained in:
Ahmed Zamil 2022-02-17 19:16:26 +03:00
parent dde241ebfb
commit 88a1b04d8c
2 changed files with 2 additions and 2 deletions

View File

@ -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 () {

View File

@ -1,6 +1,6 @@
{
"name": "@esiur/iui",
"version": "1.1.6",
"version": "1.1.7",
"description": "Interactive User Interface",
"main": "iui.js",
"type": "module",