You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With JQuery Mobile 1.2.0, the data-displayInput box can't be positioned properly, other functions work good;
To verify the issue, just add following two lines into the HTML head section
Also tried with previous JQuery Mobile 1.1.1, had the same issue;
Also Tried with more early JQuery Mobile 1.0a4.1, the index.html even didn't show up.
The text was updated successfully, but these errors were encountered:
This was getting me too and it bugged me for quite a while. I ended up using the 3D inspect in Firefox to find where the element was going, which was offscreen. You can add data-role="none" < input data-role="none"... > and it should prevent jQuery Mobile from screwing with the positioning.
With JQuery Mobile 1.2.0, the data-displayInput box can't be positioned properly, other functions work good;
To verify the issue, just add following two lines into the HTML head section
Also tried with previous JQuery Mobile 1.1.1, had the same issue;
Also Tried with more early JQuery Mobile 1.0a4.1, the index.html even didn't show up.
The text was updated successfully, but these errors were encountered: