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
Vue RadDataForm Picker converter is not getting called #1308
Vue RadDataForm Picker with converter is not working.
Which platform(s) does your issue occur on?
Android (possibly iOS as well, but not tested)
Please provide the following version numbers that your issue occurs with:
nativescript-ui-dataform ^6.0.0
6.2.0
tns-core-modules ~6.2.1
tns-android version 6.2.0
Please tell us how to recreate the issue in as much detail as possible.
See playground at https://play.nativescript.org/?template=play-vue&id=pxEQxE - the label above the form should update when the state is changed to the 2-letter state abbreviation. Instead, it is updating to the full name. I also have a console.log entry in the converter that never gets called.
Please, provide the details below:
Tell us about the problem
Vue RadDataForm Picker with converter is not working.
Which platform(s) does your issue occur on?
Android (possibly iOS as well, but not tested)
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.
See playground at https://play.nativescript.org/?template=play-vue&id=pxEQxE - the label above the form should update when the state is changed to the 2-letter state abbreviation. Instead, it is updating to the full name. I also have a
console.log
entry in the converter that never gets called.