@luftborn/custom-elements 2.6.2 → 2.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/demo/index.js +2 -2
- package/demo/index.min.js +1 -1
- package/demo/index.min.js.map +1 -1
- package/dist/elements/DropDownList/DropDownListElement.js +1 -1
- package/dist/elements/DropDownList/DropDownListElement.js.map +1 -1
- package/package.json +1 -1
- package/src/elements/DropDownList/DropDownListElement.ts +1 -1
package/demo/index.min.js
CHANGED
|
@@ -3347,7 +3347,7 @@ var DropDownListElement = /** @class */ (function (_super) {
|
|
|
3347
3347
|
function DropDownListElement() {
|
|
3348
3348
|
var _this = _super.call(this) || this;
|
|
3349
3349
|
_this.optionTemplate = "\n\t\t<option value='{0}'>\n\t\t{1}\n\t\t</option>";
|
|
3350
|
-
_this.placeholderOptionTemplate = "\n\t\t<option selected disabled id=\"placeholder-option\">\n\t\t{0}\n\t\t</option>";
|
|
3350
|
+
_this.placeholderOptionTemplate = "\n\t\t<option selected disabled id=\"placeholder-option\" value=\"\">\n\t\t{0}\n\t\t</option>";
|
|
3351
3351
|
return _this;
|
|
3352
3352
|
}
|
|
3353
3353
|
Object.defineProperty(DropDownListElement.prototype, "value", {
|