We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53392bc commit 3fb55aeCopy full SHA for 3fb55ae
docs/forms/forms-selects.html
@@ -117,8 +117,8 @@ <h2>Data attribute support</h2>
117
<p>You can specify any jQuery Mobile button data- attribute on a select element too.</p>
118
119
<div data-role="fieldcontain">
120
- <label for="select-choice-3" class="select">Actions</label>
121
- <select name="select-choice-3" id="select-choice-3" data-theme="a" data-icon="gear" data-inline="true">
+ <label for="select-choice-11" class="select">Actions</label>
+ <select name="select-choice-11" id="select-choice-11" data-theme="a" data-icon="gear" data-inline="true">
122
<option value="edit">Edit</option>
123
<option value="delete">Delete</option>
124
</select>
0 commit comments