blob: 9181705ddd6f58bc60c042e9c070d294ea88576e [file] [log] [blame]
<t:border xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd">
<h1>Autocomplete Mixin Demo</h1>
<t:form>
<t:errors/>
<div class="t-beaneditor">
<div class="t-beaneditor-row">
<t:label for="title"/>
<t:textfield t:id="title" t:mixins="autocomplete" tokens=",;" size="100"/>
</div>
<div class="t-beaneditor-row">
<input type="submit" value="Show Track"/>
</div>
</div>
</t:form>
</t:border>