Günther Jedenastik

Results 10 comments of Günther Jedenastik

@markusguenther Maybe we can provide a PR for this, at least for some parts of it. But first I would like to know if you, like I do, think the...

:shrug: You mean something like [that](https://symfony.com/doc/current/console/input.html)? I'm not sure how to handle associative arguments with that, but hadn't an in depth look yet, and this is also currently not available...

@leandrodimitrio @ozgurg I just had the same problem. My solution was to use `onChange` like this: ``` $('.js-masked-money').mask('000.000.000.000.000,00', { placeholder: "0,00", reverse: true, onChange: function(val, e, field){ // get only...

As this bug just hit me too, I also found an older related bug report which I assume could be closed: [#1011](https://github.com/neos/flow-development-collection/issues/1011) In case someone googles the error, I received...

@grebaldi Sorry for my late response. > 1. It neither reads nor writes very easily I get that this seems cumbersome and I aggree with you on that point. Before...

This discussion came up, because I parsed the dot syntax on my own using `preg_match_all`, and I didn't think about alternatives like using `Arrays`. Because of the similar discussion, #1903...

Argh, Bummer! Since I don't want to put this into the trash bin completely, I'll try to move the code to a separate package and use aspects to provide the...

@crydotsnake I understand your very valid concerns. Our goal here was to get the dimension switcher to at-least work. E.g. the topic of the bug report #3495, was that the...

To avoid confusion, I try to summarize the observations @crydotsnake mentioned from my perspective. It seems the behavior depends on browser and number of languages. My and company team member...

I just noticed, that this issues is mentioned here #311 . Since, it could depend on the use case, both PR's might be considered independent.