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.cjs
CHANGED
@@ -1116,6 +1116,7 @@ var DropDown = function DropDown(props) {
|
|
1116
1116
|
}
|
1117
1117
|
}
|
1118
1118
|
|
1119
|
+
console.log('dropdown', id, 'predictive', predictive);
|
1119
1120
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
1120
1121
|
className: "dropdown"
|
1121
1122
|
}, /*#__PURE__*/React__default["default"].createElement(TextField, _extends({}, props, {
|
@@ -3480,7 +3481,7 @@ var StringEditor = function StringEditor(_ref6) {
|
|
3480
3481
|
onChange: change,
|
3481
3482
|
options: buildOptions(),
|
3482
3483
|
readOnly: !editable,
|
3483
|
-
|
3484
|
+
predictive: predictive
|
3484
3485
|
}) : /*#__PURE__*/React__default["default"].createElement(TextField, {
|
3485
3486
|
outlined: outlined,
|
3486
3487
|
id: id,
|