Thank you for reporting this bug. We will make it our priority to review this report.
Bind on ExtraParameters doesnt refresh the store.
Bind on ExtraParameters doesnt refresh the store.
if you have something in a viewmodel like..
Code:
viewModel:{
data:{
SearchText:searchText
},
stores:{
GlobalSearchResults:{
type:'GlobalSearchStore',
proxy:{
extraParams:{
SearchText:'{SearchText}'
}
},
autoLoad:true
}
}
}
If i do, viewmodel.set('SearchText','ABC'), why doesnt the store automatically reload?
Bind on ExtraParameters doesnt refresh the store.
Aucun commentaire:
Enregistrer un commentaire