Thanks, Ian!
On Sun, Aug 10, 2014 at 9:07 AM, Ian Duffy wrote:
> You are correct in saying its a CSS issue.
>
> The token-input-dropdown box has its position set to absolute. This
> introduces layering.
>
> Its parent element, the ui-dialog box is also set to position absolute. It
> has a z-ind
You are correct in saying its a CSS issue.
The token-input-dropdown box has its position set to absolute. This
introduces layering.
Its parent element, the ui-dialog box is also set to position absolute. It
has a z-index set of 1010.
Your token-input-dropdown has a z-index of 1 which means it wi
>From what we can tell, it seems to be a rendering issue. The data is intact
when we click in the text field (we can see that in the debugger). It's
just that the suggestion list (created with , , and elements)
doesn't show up.
Perhaps a CSS issue?
On Sat, Aug 9, 2014 at 10:20 PM, Mike Tutkowsk