You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: With previus version (Ionic and Angular), the component was working ok.
Now, if you set "readonly"="true" not has effect (chageRating event is fired).
The problem: For some reason, the Angular ControlValueAccessor function "setDisableState" (implemented in the component) is called (not for the component directly), and the readonly var is set to "false" (overwriting the initial value passed to the component).
Workaround: set disable=true
The text was updated successfully, but these errors were encountered:
This is my environment:
Ionic CLI : 7.1.1 (C:\Users\leoch\AppData\Roaming\npm\node_modules@ionic\cli)
Ionic Framework : @ionic/angular 6.6.3
@angular-devkit/build-angular : 15.2.4
@angular-devkit/schematics : 15.2.4
@angular/cli : 15.2.4
@ionic/angular-toolkit : 8.0.0
Note: With previus version (Ionic and Angular), the component was working ok.
Now, if you set "readonly"="true" not has effect (chageRating event is fired).
The problem: For some reason, the Angular ControlValueAccessor function "setDisableState" (implemented in the component) is called (not for the component directly), and the readonly var is set to "false" (overwriting the initial value passed to the component).
Workaround: set disable=true
The text was updated successfully, but these errors were encountered: