In the nativescript application, if we are using the RadAutoCompleteTextView
inside the ScrollView
and the length of the form goes beyond your screen size, the scroll event of the RadAutoCompleteTextView doesn't work.
Check the sample app to reproduce the issue. In the sample app, add the tokens in autocomplete field(in the last row of the form) to fill it up beyond 4 lines. After that, try to scroll the tokens, you won't be able to scroll up to see previously added tokens.