novo-elements 6.0.2 → 6.0.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/bundles/novo-elements.umd.js +1 -1
- package/bundles/novo-elements.umd.js.map +1 -1
- package/bundles/novo-elements.umd.min.js +1 -1
- package/bundles/novo-elements.umd.min.js.map +1 -1
- package/esm2015/src/elements/select/Select.js +2 -2
- package/fesm2015/novo-elements.js +1 -1
- package/fesm2015/novo-elements.js.map +1 -1
- package/package.json +1 -1
- package/schematics/package.json +1 -1
|
@@ -38338,7 +38338,7 @@
|
|
|
38338
38338
|
_this.id = _this._uniqueId;
|
|
38339
38339
|
_this.name = _this._uniqueId;
|
|
38340
38340
|
_this.placeholder = 'Select...';
|
|
38341
|
-
_this.position = '
|
|
38341
|
+
_this.position = 'above-below';
|
|
38342
38342
|
_this.onSelect = new i0.EventEmitter();
|
|
38343
38343
|
/** Event emitted when the selected value has been changed by the user. */
|
|
38344
38344
|
_this.selectionChange = new i0.EventEmitter();
|