London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
Hey Everyone,
I am making a custom optionItem element and would like to pass a value and an email as the value, like so...
<option value="<%: item.ValueAndEmail %>" <%= selectedString %> <%= defaultSelectedString %> data-f-datainput><%: item.Caption %></option>
The problem is, validation does not like this and I get the following message: "Unexpected value is not accepted".
How can I get around this?