[CAL-463] Validates required checkboxes (#713)
parent
3c089af58a
commit
48bc4c64f4
|
@ -318,6 +318,7 @@ const BookingPage = (props: any): JSX.Element => {
|
||||||
id={"custom_" + input.id}
|
id={"custom_" + input.id}
|
||||||
className="focus:ring-black h-4 w-4 text-black border-gray-300 rounded mr-2"
|
className="focus:ring-black h-4 w-4 text-black border-gray-300 rounded mr-2"
|
||||||
placeholder=""
|
placeholder=""
|
||||||
|
required={input.required}
|
||||||
/>
|
/>
|
||||||
<label
|
<label
|
||||||
htmlFor={"custom_" + input.id}
|
htmlFor={"custom_" + input.id}
|
||||||
|
|
Loading…
Reference in New Issue