fixes required custom radio element on firefox (#6209)

Fixes https://github.com/calcom/cal.com/issues/6160
pull/6205/head
Jeff Loiselle 2022-12-28 13:43:18 -06:00 committed by GitHub
parent bcf5fb18c5
commit 854c05d673
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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);