开发者

JQuery Mobile combobox not 100% after selecting

开发者 https://www.devze.com 2023-03-26 00:46 出处:网络
I am using the latest version of JQuery Mobile I have a combobox which takes up the 100% width. Up to there it\'s fine.

I am using the latest version of JQuery Mobile

I have a combobox which takes up the 100% width.

Up to there it's fine.

My problem is that as soon as I open it and make a selection it expands t开发者_运维百科o about 140%.

Has anyone had this problem before? Any ideas how to fix it?

My viewport is:

<meta name="viewport" content="width=device-width, initial-scale=1">

and here's the select:

<label for="opt1" class="select">Options</label>
<select name="opt1" id="opt11">
    <option value="0">No Option</option>
    <option value="1">Option 1</option>
    <option value="2">Option 2</option>
</select>
0

精彩评论

暂无评论...
验证码 换一张
取 消