artistro08/tailor-starter

Form Fields Dropdown

Closed this issue · 1 comments

The dropdown option looks like we can customize them:
image

but the rendering of the form shows something else as the value for the options:

<select name="date" class="form-select" aria-label="Date" id="date">
      <option selected="" disabled="">Veuillez sélectionner une date</option>
      <option value="Mardi 21 Nov. 2023, 20h15-21h45">Mardi 21 Nov. 2023, 20h15-21h45</option>
      <option value="Jeudi 12 Oct. 2023, 20h-21h30">Jeudi 12 Oct. 2023, 20h-21h30</option>
</select>

Fixed. thanks for the pull request!