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 796177c commit aeec6b3Copy full SHA for aeec6b3
demos/autocomplete/custom-data.html
@@ -71,10 +71,10 @@
71
<body>
72
73
<div class="demo">
74
- <label for="tags" id="project-label">Select a project (type "j" for a start):</label>
75
- <img id="project-icon" src="../images/transparent_1x1.png" class="ui-state-default">
76
- <input id="project">
77
- <input type="hidden" id="project-id">
+ <div id="project-label">Select a project (type "j" for a start):</div>
+ <img id="project-icon" src="../images/transparent_1x1.png" class="ui-state-default"/>
+ <input id="project"/>
+ <input type="hidden" id="project-id"/>
78
<p id="project-description"></p>
79
</div><!-- End demo -->
80
0 commit comments