Resolve "RccPulldownSelectComponent: ExpressionChangedAfterItHasBeenCheckedError"
requested to merge 328-rccpulldownselectcomponent-expressionchangedafterithasbeencheckederror into main
Closes #328 (closed)
I added a manual change detection at the end within the lifecycle method ngAfterViewChecked(). This fixed the error. I'm not sure about the implications of changing the lifecycle method itself, which why i chose this solution.
Edited by Hanhoan Truong