@hyphen/hyphen-components 5.1.0 → 5.1.1
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/components/Formik/FormikToggleGroup/FormikToggleGroup.d.ts +1 -1
- package/dist/hyphen-components.cjs.development.js +1 -0
- package/dist/hyphen-components.cjs.development.js.map +1 -1
- package/dist/hyphen-components.cjs.production.min.js +1 -1
- package/dist/hyphen-components.cjs.production.min.js.map +1 -1
- package/dist/hyphen-components.esm.js +1 -0
- package/dist/hyphen-components.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/Formik/FormikToggleGroup/FormikToggleGroup.tsx +2 -1
|
@@ -3515,6 +3515,7 @@ var FormikToggleGroup = function FormikToggleGroup(_ref) {
|
|
|
3515
3515
|
type: "single"
|
|
3516
3516
|
}), children ? children : options.map(function (option) {
|
|
3517
3517
|
return React.createElement(ToggleGroupItem, {
|
|
3518
|
+
id: option.id,
|
|
3518
3519
|
value: option.value,
|
|
3519
3520
|
key: option.id,
|
|
3520
3521
|
disabled: !!option.disabled
|