How do I hide virtual keyboard for select element in Win8 JavaScript app?
问题 I'm creating a Windows 8 application in JavaScript. I have these html elements in the markup: <input id="myField1" type="number"></input> <select id="myField2"> <option value="one">One</option> <option value="two">Two</option> <option value="three">Three</option> </select> When I tap myField1 on the device without physical keyboard, virtual keyboard appears. After that if I tap on the myField2 , the keyboard remains in place. But I don't want to have typeahead in this particular <select>