-
### Symfony version(s) affected
7.1.5
### Description
`InvalidArgumentException: Input "program[startLocation]" cannot take "1" as a value (possible values: "")` when trying to test a form with ux-…
-
### Description
Hi,
In China the JsDelivr CDN is not accessible in a reliable manner, but this CDN is used when installing Symfony UX packages with the AssetMapper.
What's really frustating …
-
Thank you @kbond for the awesome test helper traits for Live and Twig components.
However, in some of my new tests that use these traits, I'm running into some issues. All this is PHP 8.2 on Symfo…
-
The bundle will register a path like this
```json
"@symfony/ux-turbo": "file:vendor/symfony/ux-turbo/Resources/assets",
```
It would be nice to be able to use this in the `copyFiles()`, like …
-
This come from a discussion started on the Symfony slack.
Someone asked about adding new UX packages for common use case: modal, lightbox, date pickers, WYSIWYG, etc
This has low value for Symfo…
-
After installing the demo, the "install" button in the footer is still visible. I don't think it can be changed to "Uninstall", but is there a way to detect that it's installed and not display that b…
-
## TL;DR; ⏲️
* Should we adopt a naming convention for component names in UX packages and documentation? If so, which one?
* Should all component names be case-sensitive?
## Context 🔠
While …
-
I have to admit, I tried something a bit weird :) . I wanted to use a twig live component inside a collection form type. I did this because I need the field to be highly dynamic and it's dependent on …
Nek- updated
3 months ago
-
### Description
is https://github.com/Spomky-Labs/phpwa-demo/ the app to use for Best Practices? It hasn't been updated in a while, whereas this bundle has a lot of activity.
Symfony 7.2 and PHP …
-
Currently using SWUP form-plugin.
And I have a form with two SubmitButton, rendered from the Controller/FormType + twig `form_widget()`.
```php
$builder
->add('reset',
…