autocomplete works fine unless it's inside a modal. when used inside a modal the SuggestionView isn't displayed
iOS
Open a modal with RadAutoCompleteTextView and you'll see the SuggestionView doesn't show.
https://play.nativescript.org/?template=play-ng&id=bjlcL3&v=2
any update?
For me this happens when displayMode="Plain", for displayMode="Token" it works fine.
Hi, any update about this?? I'm having the same issue in my app ....
Hey, guys. Any updates?
This still doesn't seem to be working on iOS. Strangely, the SuggestionView does get displayed but on the app layer underneath the modal (you can see it if you close the modal after typing something). Z-index css on SuggestionView element or any of its children doesn't seem to help.
The same issue seems to affect the RadDataForm AutoCompleteInline editor, which presumably must be using AutoCompleteTextView to render its SuggestionView.
Any suggestions on how we could get it to show on the very top layer over the modal?
Same issue here. No update?
Same issue here again. Anyone found a solution to this?
Most helpful comment
This still doesn't seem to be working on iOS. Strangely, the SuggestionView does get displayed but on the app layer underneath the modal (you can see it if you close the modal after typing something). Z-index css on SuggestionView element or any of its children doesn't seem to help.
The same issue seems to affect the RadDataForm AutoCompleteInline editor, which presumably must be using AutoCompleteTextView to render its SuggestionView.
Any suggestions on how we could get it to show on the very top layer over the modal?