Nativescript-ui-feedback: AutoCompleteTextView SuggestionView not visible in iOS modal

Created on 25 May 2019  路  7Comments  路  Source: ProgressNS/nativescript-ui-feedback

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

autocomplete backlog bug modal ios medium

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?

All 7 comments

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?

Was this page helpful?
0 / 5 - 0 ratings