Forum Post: RE: How to make the searchbar search on keyboard enter button

  • Thread starter Thread starter egarcia
  • Start date Start date
Status
Not open for further replies.
E

egarcia

Guest
Hello, I received feedback from a developer in the Mobile App Builder team. The generated code actually generates type="search" for a searchbar, however, JQuery Mobile changes the type to "text" and adds data-type="search". He also shared the following code snippet: if(arguments[0]["keyCode"] == 13) { var searchValue = Progress("search_input").val(); startSearch(searchValue); ... } I hope this helps.

Continue reading...
 
Status
Not open for further replies.
Back
Top