Chris McKnight

Results 57 comments of Chris McKnight

My guess is aria label and/or aria label checked might need to be added to a span element.

does `attr.id` work or do you need to bind it to an element inside of the switch?

> does `attr.id` work or do you need to bind it to an element inside of the switch? @ravtoleakshay Any update? Will close otherwise

That is odd. I poked around at the demo and it happens without the `ngFor` as well. I think it's a bug.

There's definitely a race condition or problem with disabling the switch during the `beforeChange`.

`beforeChange` works on the premise of you provide an Observable. That Observable will send a truthy value back if the switch state is to be updated. Do you have specifics...

interesting artifact from the original codebase. All of the explicit checks against `false` should be changed.

I believe reverse is broken as well based on #382. PRs welcome