Hi All,
I am trying to implement a Search input box with list view to search any item from the list view using QML.
I have implemented the TextInput box and the ListBox, now I need to implement code for the communication between the InputBox and the listbox, so that when I write a letter in the InputBox, the items from the listBox will appear.

Any suggestions for this implementation is highly appreciated. Please provide your thoughts on this.

Thanks...