diff --git a/package.json b/package.json index dc684c12..87495688 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openstack-uicore-foundation", - "version": "5.0.58", + "version": "5.0.60-beta.0", "description": "ui reactjs components for openstack marketing site", "main": "lib/openstack-uicore-foundation.js", "scripts": { diff --git a/src/components/inputs/editor-input-v3.js b/src/components/inputs/editor-input-v3.js index 5e80dea9..72c7b73f 100644 --- a/src/components/inputs/editor-input-v3.js +++ b/src/components/inputs/editor-input-v3.js @@ -3,6 +3,7 @@ import JoditEditor from "jodit-react"; const TextEditorV3 = ({ id, + name, value, error, className, @@ -66,7 +67,7 @@ const TextEditorV3 = ({ }; return ( -
+
{ }, @@ -326,7 +327,7 @@ const UploadInputV3 = ({ }; return ( - + {label && ( {label} diff --git a/src/components/mui/addon-type-select.js b/src/components/mui/addon-type-select.js index 3d30081a..2fddd1a0 100644 --- a/src/components/mui/addon-type-select.js +++ b/src/components/mui/addon-type-select.js @@ -18,6 +18,7 @@ import { querySummitAddons } from "../../utils/query-actions"; const AddonTypeSelect = ({ value, + name, placeholder = "Select...", onChange, inputProps = {} @@ -41,6 +42,7 @@ const AddonTypeSelect = ({ return ( }