![[Image: 8d7ed8c1697119a849adc49a43fb3369.png]](https://i.gyazo.com/8d7ed8c1697119a849adc49a43fb3369.png)
Hmm sorta works... but the autocomplete drop down pops up in the top right corner of the page.
I assume it doesn't like the extra tags IW puts in there for rendering?
Then for trying to do the "combobox dropdown" I couldn't figure this one out.. as its a DIV tag class of "awesomplete" with what would be the
iwedit with a class name of "dropdown-input"
And putting the javascript on the form javascript property to get that side of stuff created and loaded.
Code:
<div class="awesomplete">
<input autocomplete="off" class="dropdown-list" data-list="Ada, Java, JavaScript, Brainfuck, LOLCODE, Node.js, Ruby on Rails" id="IWAUTO" maxlength="2147483647" name="IWAUTO" style="position: absolute; left: 48px; top: 72px;z-index: 100; width: 383px; height: 19px; font-weight: normal; font-style: normal; font-size: 13px; text-decoration: none;text-align: left; border: 1px inset;" tabindex="1" type="TEXT" aria-expanded="false" aria-owns="awesomplete_list_1" role="combobox">
<ul role="listbox" id="awesomplete_list_1" hidden="">
<li role="option" aria-selected="false" id="awesomplete_list_1_item_0"><mark>Ruby</mark> on Rails</li>
</ul>
<span class="visually-hidden" role="status" aria-live="assertive" aria-atomic="true" hidden="">1 results found</span>
</div>When I set the CSS property to "awesomeplete" it sets the DIV tag to it.. but also the class to it also.

