nativescript-ui-feedback
nativescript-ui-feedback copied to clipboard
AutoCompleteTextView SuggestionView does not appear in iOS modal
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:
- Progress NativeScript UI plugin version: 6.0.1
- CLI: 6.8.0
- Cross-platform modules: 6.5.20
- Runtime(s): 6.5.2
Please tell us how to recreate the issue in as much detail as possible.
- Use the below playground
- Type into the RadAutocompleteListView, see that the SuggestionView works
- Click the "Open Modal" button
- 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
By the way, it's working fine on Android devices.
Hi guys, are you able to find solutions for this?