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

RadListView bound to ObservableArray: binding in v-template does not update UI on value change #1178

Open tbozhikov opened 5 years ago

tbozhikov commented 5 years ago

Tell us about the problem

Consider this setup -> https://play.nativescript.org/?template=play-vue&id=y9si9q&v=4

In iOS binding in v-template does not update UI on value change. To reproduce:

  1. click on first item’s input and update the number
  2. the red label reacts to the update while the label in the list item does not

Which platform(s) does your issue occur on?

iOS

Please provide the following version numbers that your is with:

flocca commented 4 years ago

I need to call listView.refresh() to update the UI on value change so I think I'm in this situation.