Stefan Norberg

Results 40 comments of Stefan Norberg

A simple workaround is to open and close a datepicker to load the styles. This isn't visible to the user. No need for global style hacks. ````typescript //Workaround for https://github.com/h2qutc/angular-material-components/issues/348...

> I have the same problem. Do yoy have any solution? 😢 Add an inner div with a flex layout and put the text and the icon in it.

One simple use case: selected value is a flag icon, items are flag + language in text.

> @stnor We do have support for custom trigger DOM, so I do consider the flag selector case you mention to be a valid one. Thanks. So, is this use-case...

See https://stackoverflow.com/questions/74349887/angular-14-create-dynamic-component-in-dynamic-html for another use case (a component inside generated MathML).

So either you lose the benefits of AOT for 10000 templates or can't do the odd use-case where you need JIT? On Fri, Nov 18, 2022 at 2:09 AM Alex...

@c298lee The issue only occurs when you press very quickly and then only perhaps one in five times. Did you watch the video I sent in the JIRA?

Hi Cathrine, Thanks so much for looking into it again. I will investigate further and see if I can reproduce it in production, now without Replay, and locally with or...

I did some more testing. With Replay (on ios 17): 1) Made a single button that sent a burst of ten values to the rxjs observable programaticallty. No issue. 2)...