Closed Erikvv closed 5 years ago
Use a select element with object as values (identifiers). The select element I believe is the only element which exhibits this behavior
The select element works when submitting, but it will not render a selected option as selected.
Select element works the same as using string values, relying on __toString()
__toString()
Thanks, @Erikvv!
Use a select element with object as values (identifiers). The select element I believe is the only element which exhibits this behavior
The select element works when submitting, but it will not render a selected option as selected.
Select element works the same as using string values, relying on
__toString()