SelectButton does not support OnPush ChangeDetection #4520
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
I'm submitting a ... (check one with "x")
Im using p-selectButton in a component that have OnPush detection strategy.
On component init, i update the options and the selected value with data fetched via rest web service.
After manually marking the component for check:
this.changeDetectorRef.markForCheck()
, the options are updated but not the selected value.Plunkr Case (Bug Reports)
http://plnkr.co/edit/1Dqj1sZWPmIGWKu9FNm5?p=preview
Im using angular 4.0.x with primeNG 4.3.0
The text was updated successfully, but these errors were encountered: