Listview filter

As the filter bar in the list view isn’t a textbox, so it won’t be triggered with the show keyboard method, so you will need to create your custom one with a the inbuilt text box :wink:You can also use request focus method in the text box, See here:

2 Likes