ProgressNS / nativescript-ui-feedback

This repository is used for customer feedback regarding Telerik UI for NativeScript. The issues system here is used by customers who want to submit their feature requests or vote for existing ones.
Other
115 stars 21 forks source link

AutoCompleteTextView SuggestionView does not appear in iOS modal #1489

Open Logikgate opened 3 years ago

Logikgate commented 3 years ago

Tell us about the problem

When a RadAutocompleteListView is placed in a modal the SuggestionView does not show up. This appears to be the same issue as the closed #379 but it is still happening with the latest nativescript-ui-autocomplete plugin

Which platform(s) does your issue occur on?

iOS

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

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

  1. Use the below playground
  2. Type into the RadAutocompleteListView, see that the SuggestionView works
  3. Click the "Open Modal" button
  4. Type into the RadAutocompleteListView that is in the modal, see that the SuggestionView does not show up.

https://play.nativescript.org/?template=play-vue&id=2xom49&v=402

aaltotsky commented 3 years ago

By the way, it's working fine on Android devices.

mika-ella commented 2 years ago

Hi guys, are you able to find solutions for this?