ywana-core8 0.0.245 → 0.0.246
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 +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.modern.js +2 -1
- package/dist/index.modern.js.map +1 -1
- package/dist/index.umd.js +2 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/domain/ContentEditor.js +1 -1
- package/src/html/textfield.js +2 -0
package/dist/index.umd.js
CHANGED
@@ -1111,6 +1111,7 @@
|
|
1111
1111
|
}
|
1112
1112
|
}
|
1113
1113
|
|
1114
|
+
console.log('dropdown', id, 'predictive', predictive);
|
1114
1115
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
1115
1116
|
className: "dropdown"
|
1116
1117
|
}, /*#__PURE__*/React__default["default"].createElement(TextField, _extends({}, props, {
|
@@ -3475,7 +3476,7 @@
|
|
3475
3476
|
onChange: change,
|
3476
3477
|
options: buildOptions(),
|
3477
3478
|
readOnly: !editable,
|
3478
|
-
|
3479
|
+
predictive: predictive
|
3479
3480
|
}) : /*#__PURE__*/React__default["default"].createElement(TextField, {
|
3480
3481
|
outlined: outlined,
|
3481
3482
|
id: id,
|