Hello,
In my app i am using a list with a data filter i am mapping my list with a data coming from my DB there are about 700 info mapped in my list on more properties i am setting a value such as data-filter-reveal to true and using data-filter-placeholder i am adding a placeholder into the data filter....
Operations to Perform is:
1.On entering the value in the datafilter i am getting the list with what i am searching for... But on click of any of the item on the list i would like to display the text on that list in the datafilter and hide the list... Is it possible?
- On entering the values in the data filter i would like to give a condition such that it works only when the user has finished entering the first 3 letters of the item that needs to be searched and then start filtering data on basis of the first 3 words entered.... Please guide me thorough how to do it?