Can you help with the settings for the quantity selection on a Ticketmaster page?
I've tried all settings I can think but it doesn't autofill.
The relevant js is below.
Regards,
James Grigor
<div id="bba-search-quantity" class="quantity-holder">
<div class="quantity">
<h4 class="search-hdr" id="search-hdr-quantity">QTY</h4>
<div class="widget">
<span class="widget-wrapper">
<span class="widget-theme bba-qty-sel edp" id="qtysel1" style="" tabindex="-1">
<span class="off-screen module-js-ignore" id="dropdown_aria_label_1">
<span>Quantity</span>
<span class="dropdown-ie-value module-js-ignore">0</span>
</span>
<span tabindex="0" class="widget-dropdown module-js-ignore" role="combobox" aria-expanded="false" aria-labelledby="dropdown_aria_label_1" aria-owns="dropdown_aria_list_1" aria-autocomplete="list" data-guid="1" data-activedescendant="dropdown_option_1_">
<span>
<b>
<b class="widget-default-color dropdown-selected-label module-js-ignore" style="width: 21px;" id="dropdown_current_value_1">0</b>
</b>
</span>
</span>
</span>
</span>
</div>