@tom5677 wrote:
Hi folks!
I’ve a page with several checkboxes in ion-items using a formgroup:html page
{{ "REACHABLE_BY_CAR" | translate }} ... more checkboxes
TS
this.form = new FormGroup({
reachable_car: new FormControl(this.hut.reachable_car),Everything works fine, when I push the detail page from a list page and then push the page with the checkboxes.
BUT
when I push the detail-page from a marker in Google maps and then push the page with the checkboxes, the view/page is not updating:
When I click a checkbox, the checkbox doesn’t change on the UI, but the form value changes (because the changes value is later saved correctly in the database).
The checkboxes are also showing the correct values retrieved from the database and initialized with the form group.$ionic info
Ionic:Ionic CLI : 5.2.7 (C:\Users\tk\AppData\Roaming\npm\node_modules\ionic)
Ionic Framework : ionic-angular 3.9.5
@ionic/app-scripts : 1.3.7Cordova:
Cordova CLI : 9.0.0 (cordova-lib@9.0.1)
Cordova Platforms : android 8.0.0, ios 5.0.1Thanks for your help!
Posts: 1
Participants: 1