ywana-core8 0.0.146 → 0.0.147
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/dist/index.cjs +1 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.modern.js +1 -4
- package/dist/index.modern.js.map +1 -1
- package/dist/index.umd.js +1 -4
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/html/textfield.js +1 -2
package/dist/index.umd.js
CHANGED
@@ -904,9 +904,7 @@
|
|
904
904
|
onChange: change,
|
905
905
|
onKeyDown: onKeyPress,
|
906
906
|
onFocus: focus,
|
907
|
-
readOnly: readOnly
|
908
|
-
onfocus: "(this.type='date')",
|
909
|
-
onfocusout: "(this.type='text')"
|
907
|
+
readOnly: readOnly
|
910
908
|
}), /*#__PURE__*/React__default["default"].createElement("span", {
|
911
909
|
className: "bar"
|
912
910
|
}), label ? /*#__PURE__*/React__default["default"].createElement("label", null, labelTxt) : null);
|
@@ -982,7 +980,6 @@
|
|
982
980
|
var items = filterActive ? options.filter(function (option) {
|
983
981
|
return option.label.toUpperCase().indexOf(label.toUpperCase()) >= 0;
|
984
982
|
}) : options;
|
985
|
-
console.log('filterActive: ', filterActive, label, items.length);
|
986
983
|
var lis = items.map(function (option) {
|
987
984
|
return /*#__PURE__*/React__default["default"].createElement("li", {
|
988
985
|
key: option.value,
|