Select list is clicking but blue tick not displaying

select list is clicking but blue tick not displaying but after click ok button then displaying blue tick

Please Post a screenshot or explain it better

https://drive.google.com/open?id=1BnFXoA2ClpYc8uD5UIR5gD7bmxyOyvQX

please find a video

are you changing the values on (onchange) function of radio button?

yes, but before api level 26 is work fine

this problem only getting after add latest platform in android

I dont know the solution to this problem as it never occurred to me. You can do R & D and see if you get anything.

1 Like

See if anything helpful here…

import import { ChangeDetectorRef} from ‘@angular/core’;
constructor(private cdr: ChangeDetectorRef)
add this.cdr.detectChanges() after click on button