As you can see in the uploaded picture, i am using an input field as a searchbox, i have made a repeating group which shows the records in my database
The problem i am facing is that I am unable to select the displayed result and be able display it in the input field as the default searchbox does.
Additonally, i would like to pull the customer related data (e.g. Name,Type,CIty) from database and show it in the below input fields when i select the customer number in the RG.
Please let me know how i can solve this problem.
The reason i am using a input field (text number only )instead of searchbox is that i want numeric keyboard to appear when the user touches the input field on mobile devices.
Secondly, although My app is multilingial, i want to restrict users to enter numbers in english numerals only, which only possible when i use the input field instead of Searchbox.
If there is a way to restrict the searchbox to only accept english numerals, that would work too as a solution.