Imre Toth

Results 23 comments of Imre Toth

Hi @Phalanx123, Thanks for contacting me. Yes these are all feasible in Google maps. However all of these features a Blazor JS Interop "wrapper" must be done. Which is time...

Hi @Grizzlly, I have migrated this to a new issues since it is a different request for Google maps. - **Restrictions**: yes it was easy to implement and works. But...

Ok get your point now. However it won't work and in general would be a very bad idea. **Reasons**: - By default Blazor and Wasm is not Js based. But...

Hi @Grizzlly, Merged this into the next release candidate branch `release/v1.6.0` you can pull it down and try it out. New demo page supports area restrictions but must be done...

@neberhardt123 yes this is "known limitation". This was expressed in the [Demo app](https://blazorextensions.z6.web.core.windows.net/collapse#collapsePanel). Also XML comments explains it. (see both below) The **problem is CSS not able to calculate the...

@neberhardt123 Looked into this CSS issue and [it seems there are few solutions](https://css-tricks.com/using-css-transitions-auto-dimensions/). Unfortunately some of them does not trigger a DOM reorder (re-render) so leaves empty space on UI...

Yes that is a known problem of animating `max-height` property. When the Max value is much largen then the `auto` calculated value then speed of animation will be "calculate" based...

Hi @toseni, Thanks for contacting me and sorry for the delay. I have tested Typeahead and at first was not able to reproduce your application behavior. Typeahead was opening the...

Hi @AncientGrief, sorry for the late answer I was sick. Yes checked it and it looks there is a double event triggering for `OnSelectedItemChanged`. Will resolve this in next release....

Hi @TheChosenPotater, Sorry for the late answer I was sick... Now tested this issue on the Demo project I have added 15 Panels to the Accordion. Did not noticed any...