diff --git a/services/web/frontend/js/features/ui/components/ol/ol-form-control.tsx b/services/web/frontend/js/features/ui/components/ol/ol-form-control.tsx index 3543d49cf3..7b0126b497 100644 --- a/services/web/frontend/js/features/ui/components/ol/ol-form-control.tsx +++ b/services/web/frontend/js/features/ui/components/ol/ol-form-control.tsx @@ -15,6 +15,7 @@ const OLFormControl = forwardRef( let bs3FormControlProps: React.ComponentProps = { id: rest.id, + name: rest.name, className: rest.className, style: rest.style, type: rest.type,