Robin Goetz

Results 112 comments of Robin Goetz

Upstream issue has been merged!

Can you create a stack blitz with this behavior displayed? I'll take a look then

@dez1729 please provide a minimal reproduction for this and I'll take a look

@dez1729 the reason for this issue is that you're missing the following from the css file: `@import '@angular/cdk/overlay-prebuilt.css';`

@thatsamsonkid I am cool with providing a brnSelectAll directive that can call an toggleAll() function from the service. I like the optional [allValues]. We'd also need to make sure it...

This should be an adaption of the CDK slider: https://github.com/angular/components/blob/main/src/material/slider/slider.ts I like the API surface and we should be able to split it into brain and hlm pretty cleanly

@tsironis13 go ahead! I assigned it to you!

I think that would be cool to have! The Angular CDK has a component also: https://material.angular.io/cdk/tree/overview

This is a light wrapper around the calendar component so we will tackle this after!

How about we make styles and classes for the label, indicator, input inside the brn-radio inputs that can be overwritten? That way we have more flexibility on how to style...