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

Autocomplete append mode trims or duplicates provided string #1219

Closed zbranzov closed 5 years ago

zbranzov commented 5 years ago

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.

  1. Start the demo application from the plugin examples > CSS examples
  2. Use adb shell input text "Ge" in the last autocomplete field to provide value
  3. It gets trimmed to "G" or duplicated to "GGe". https://screencast.com/t/hLkVzIV9EPRm

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

zbranzov commented 5 years ago

Released in nativescript-ui-autocomplete@5.1.1