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

RadDataForm: SegmentedEditor ignores initial value #1031

Closed tgpetrov closed 5 years ago

tgpetrov commented 5 years ago

Please, provide the details below:

Did you verify this is a real problem by searching the NativeScript Forum?

Yes

Tell us about the problem

If the valueProvider is provided with keys and labels SegementedEditor will not load the correct value

Which platform(s) does your issue occur on?

Android

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

  1. Run this playground
  2. Observe that on Android the first item is selected (default), while on iOS the second item is selected (correct based on the provided value

Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.

this playground

saobernardo commented 4 years ago

This problem was resolved? I'm using Dataform 6.1.1 and still have this issue