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
Autocomplete append mode trims or duplicates provided string #1219
On android28 if you provide string to autocomplete append mode the string gets modified randomly. To reproduce the issue we use ADB command: adb shell input text "Ge"https://screencast.com/t/hLkVzIV9EPRm
Which platform(s) does your issue occur on?
Android
Please provide the following version numbers that your issue occurs with:
Progress NativeScript UI plugin version: 5.1
CLI: 6.0
Cross-platform modules: 6.0
Runtime(s): 6.0
Please tell us how to recreate the issue in as much detail as possible.
Start the demo application from the plugin examples > CSS examples
Use adb shell input text "Ge" in the last autocomplete field to provide value
Tell us about the problem
On android28 if you provide string to autocomplete append mode the string gets modified randomly. To reproduce the issue we use ADB command: adb shell input text "Ge" https://screencast.com/t/hLkVzIV9EPRm
Which platform(s) does your issue occur on?
Android
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.
Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.
Demo app from the plugins repo or samples