Hi,
I want to make text box compulsory in product page - customer should not be able to add the item to cart without filling the text field. Below is my custom liquid code:
<p class="line-item-property__field">
<label for="waist-in-cm">Waist (in cm)</label> <br>
<input required class="required" id="waist-in-cm" type="text" name="properties[Waist (in cm)]">
</p>
I have used class = “required” but it doesn’t seem to work