nativescript-ui-feedback icon indicating copy to clipboard operation
nativescript-ui-feedback copied to clipboard

AutoCompleteTextView SuggestionView not visible in iOS modal

Open dottodot opened this issue 5 years ago • 7 comments

Tell us about the problem

autocomplete works fine unless it's inside a modal. when used inside a modal the SuggestionView isn't displayed

Which platform(s) does your issue occur on?

iOS

Please provide the following version numbers that your issue occurs with:

  • **Progress NativeScript UI plugin version: nativescript-ui-autocomplete 4.0.0
  • **CLI: 5.4.0
  • **Cross-platform modules: 5.4.1
  • **Runtime(s): tns-ios 5.4.0

Please tell us how to recreate the issue in as much detail as possible.

Open a modal with RadAutoCompleteTextView and you'll see the SuggestionView doesn't show.

Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.

https://play.nativescript.org/?template=play-ng&id=bjlcL3&v=2

dottodot avatar May 25 '19 11:05 dottodot

any update?

HazizKhan avatar Nov 20 '19 08:11 HazizKhan

For me this happens when displayMode="Plain", for displayMode="Token" it works fine.

HazizKhan avatar Nov 20 '19 09:11 HazizKhan

Hi, any update about this?? I'm having the same issue in my app ....

MCorzo avatar Dec 02 '19 01:12 MCorzo

Hey, guys. Any updates?

EnMar32 avatar Apr 22 '20 11:04 EnMar32

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?

tauntdigital avatar May 01 '20 11:05 tauntdigital

Same issue here. No update?

cuzzea avatar Jul 20 '20 14:07 cuzzea

Same issue here again. Anyone found a solution to this?

dmoptimal avatar Apr 15 '21 10:04 dmoptimal