Listing 8-12: A select element in HTML
<select name="pizza-type">
<option value="thin">Thin Crust</option>
<option value="thick">Thick Crust</option>
<option value="deep">Deep Dish</option>
<option value="detroit" selected>Detroit-style</option>
<option value="chicago">Chicago-style</option>
</select>
Download the examples, report issues, and ask/answer questions in the discussion area by visiting the book's github page. All of the code for the book is also available on codesandbox.io for you to play around with.
ReactJS Foundations is published by John Wiley and Sons, Inc and is available in paperback and eBook.