ywana-core8 0.0.369 → 0.0.370
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 +0 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.modern.js +0 -1
- package/dist/index.modern.js.map +1 -1
- package/dist/index.umd.js +0 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/html/textfield.js +0 -1
package/dist/index.modern.js
CHANGED
@@ -1124,7 +1124,6 @@ var DropDown = function DropDown(props) {
|
|
1124
1124
|
}
|
1125
1125
|
|
1126
1126
|
function select(event) {
|
1127
|
-
console.log(event);
|
1128
1127
|
var next = event.target.getAttribute("value");
|
1129
1128
|
var option = options.find(function (option) {
|
1130
1129
|
return option.value === next;
|