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...
Continue reading...