@basic-ui/material 1.0.0-alpha.21 → 1.0.0-alpha.22

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.
@@ -4245,7 +4245,8 @@ const Select = /*#__PURE__*/react$1.forwardRef(function Select(props, forwardedR
4245
4245
  width: "100%",
4246
4246
  children: [!native && /*#__PURE__*/jsxRuntime.jsx("input", {
4247
4247
  type: "hidden",
4248
- name: name
4248
+ name: name,
4249
+ value: value
4249
4250
  }), /*#__PURE__*/jsxRuntime.jsxs(Container, {
4250
4251
  theme: theme,
4251
4252
  label: label,