fixes required custom radio element on firefox (#6209)
Fixes https://github.com/calcom/cal.com/issues/6160pull/6205/head
parent
bcf5fb18c5
commit
854c05d673
|
@ -800,6 +800,7 @@ const BookingPage = ({
|
|||
{input.options && input.type === EventTypeCustomInputType.RADIO && (
|
||||
<div className="flex">
|
||||
<Group
|
||||
name={`customInputs.${input.id}`}
|
||||
required={input.required}
|
||||
onValueChange={(e) => {
|
||||
bookingForm.setValue(`customInputs.${input.id}`, e);
|
||||
|
|
Loading…
Reference in New Issue