Hi all,so here is my form with search field and button<form onsubmit="doFind();"> <button data-dojo-type="dojox/mobile/Button" onClick="doFind();" class="findButton" value="Search" id="buttonSearch"/>Search</button></form>
however all I can do is click the button to execute it won't work when I press enter when cursor is in the input box.Plus sometimes key pads tend to work as navigation not number "whether num lock is on or off"on chrome FF IE all work like thatDo anyone know what's going on? Thanks,Jack