The drop-downs for the query action are broken as seen in the issue gif below. They are also misaligned (not on the same line as the input tag)
Issue Gif:
Solution:
The solution was rearranging the div's and placing the button div/span that gets loaded in within the query container list div. The query list was being properly loaded but the way the element's ids were being referenced they were just not finding what they were looking for.
Note: The style fixes to the updated looking input section and button will come in a later commit to clean up styling across the board for Active Wizard
Overview:
Issue Gif:
Solution: