mirror of
https://github.com/esiur/iui.git
synced 2025-06-26 17:03: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 () {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@esiur/iui",
|
||||
"version": "1.1.6",
|
||||
"version": "1.1.7",
|
||||
"description": "Interactive User Interface",
|
||||
"main": "iui.js",
|
||||
"type": "module",
|
||||
|
Reference in New Issue
Block a user