We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ef65ff commit eeaa0f2Copy full SHA for eeaa0f2
src/examples/src/flight-booker/App/template.html
@@ -1,6 +1,6 @@
1
<select v-model="flightType">
2
- <option>one-way flight</option>
3
- <option>return flight</option>
+ <option value="one-way flight">One-way Flight</option>
+ <option value="return flight">Return Flight</option>
4
</select>
5
6
<input type="date" v-model="departureDate" />
0 commit comments