Skip to content

Set recipient age to either "Adult" or "Youth" only #140

@2022120011

Description

@2022120011

<Field name="recipientAge" list="recipient-ages" bind:value={$bikeForm.recipientAge}
>Recipient Age</Field
>
<datalist id="recipient-ages">
<option value="Adult"></option>
<option value="Youth"></option>
</datalist>

The current live version of Workstand shows an empty text field where users can input anything for recipientAge.
Can we change this to force only "Adult" or "Youth" as options?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions