I'm trying to add single select to my Jira Plugin according to aui documentation I added dependency to plugin.xml:
<dependency>com.atlassian.auiplugin:aui-select</dependency>
And added related code to velocity template:
<form class="aui" action="" id="sync-single-select-container-form">
<label for="sync-product-single-select">Choose your product synchronously:</label>
<p>
<aui-select name="product" id="sync-product-single-select">
<option>Hipchat</option>
<option>JIRA</option>
<option>Confluence</option>
<option>Stash</option>
<option>FeCru</option>
</aui-select>
</p>
</form>
but in html I just get list of options, not drop-down list: http://prntscr.com/5sjhgw What could be wrong?
Did you import the aui-select
#requireResource("com.atlassian.auiplugin:aui-select")
Through this code, put this at the top of vm file
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With