Hi,
I'm facing following problem with input field with suggestions.
Following is my structure:
I have VBox
in that i have list.
List contains input elements with ID's defined by me.
If i trigger destroyItems on VBox, list and all the input fields it contains are getting destroyed except suggestion element of each input field.
So when i create this list again with same input ID's its throwing Duplicate ID error as suggestion element of previously created input field is not destroyed.
Whereas if i destroy Input field then its suggestion element is getting destroyed.
Still in first scenario it should have been destroyed as its parent element is been destroyed successfully.
Thanks and regards,
Harshal