Sébastien Alfaiate
Sébastien Alfaiate
Hello, I need to detect when a condition has been triggered in order to run some extra process. I tried to do something like this: ``` javascript $('...').conditionize({ ifTrue: [...
Hello, I would like to see a new action handler `disableFields` very similar to the `clearFields` handler. Instead of clearing fields, I would like to disable them. It's quite similar...
I would like to improve the `schema:dump` by adding an optional config key to dump the data from specified tables. In a project, it's common to have some tables containing...
| Q | A | ------------- | --- | Branch? | 6.2 | Bug fix? | no | New feature? | yes | Deprecations? | no | Tickets | Fix...
| Q | A | ------------- | --- | Branch? | 7.2 | Bug fix? | no | New feature? | yes | Deprecations? | no | Issues | Fix...
### Symfony version(s) affected 7.0.7 ### Description The `CsvEncoder` has an option to specify the CSV headers, but it doesn't look to work as expected. When specifying header, the CSV...
Hello, I am trying to use your plugin in addition with another plugin that allow to set bulk prices based on quantities. For instance, base product price is 20$. But...
When an `ArrayField` is rendered on forms, it comes with buttons to add and remove items. The labels of the buttons are hardcoded and not modifiable. Currently it always shows...
Fixes https://github.com/symfony/maker-bundle/issues/1553 @seb-jean please help to test if it works as expected if you can
### Is the bug applicable and reproducable to the latest version of the package and hasn't it been reported before? - [X] Yes, it's still reproducable ### What version of...