Simon André

Results 779 comments of Simon André

Closing here then, feel free to open a new one if you encounter the problem again 👍

I'll look later this week, no immediate feedback except: i'd still start with a ".sass" check :)

I mande a PR on your PR with small change suggestions :) https://github.com/wryk/sass-bundle/pull/1

Started to implement some there https://github.com/SymfonyCasts/sass-bundle/pull/39 (not a definitve organisation _at all_, wanted to try things a bit)

All the "static / boolean ones" have been implemented in #39

The problem is that "blur" does not imply any change, and would probably be triggered too late in many cases.. Also, this is a browser "bug" in the end... and...

I don't think you can write JS code in PHP. You probably should use a custom stimulus controller and define the callback on initialization --> https://symfony.com/bundles/ux-chartjs/current/index.html#extend-the-default-behavior

You must update the config and not the chart, as it's not yet created in the preConnect event https://symfony.com/bundles/ux-chartjs/current/index.html#extend-the-default-behavior ```js _onPreConnect(event) { // The chart is not yet created //...

I'm glad if i can help :) Happy coding!