Loïc Juillet

Results 5 comments of Loïc Juillet

> For 6.0.0 I needed to change @xumepadismal workaround to: > > ```css > mat-form-field .mat-form-field { > &-underline { > position: static; > } > &-subscript-wrapper { > position:...

Hi @atlasan To be honest I'd be glad to contribute on this but sadly I don't have much time and I'm not used to contribute so I don't really know...

Hi @atlasan ! Not yet I will, but as far as I know the type check is based only on the string so here you create a type "string, array"...

Just tested out, the `'string, array'` notation does not work as intended it only takes the first element as type so here input only accept type `string`

Oh, you're right ! I didn't thought about that space would be an issue Then yes a trim() would be a great addition 😃 Thanks for that !