-
Strange DX when using nullable types in LiveAction.
Using the following LiveComponent:
```php
#[AsLiveComponent('TestComponent', 'test_component.html.twig')]
class TestComponent
{
use Defa…
-
Hello again,
Following my previous issue [#2048](https://github.com/symfony/ux/issues/2048), I have another one that's directly related to the same code.
I work with a live component containing…
-
Hello,
Is there a way to change value of an autocomplete form field (ajax-one) with a live component action ?
I've try this :
```php
#[LiveAction]
public function forceEntity(): void {
$id …
-
Hi,
I have a simple form in a Live Component with a null default value. I would like to change its default value on a user action (click on button). I've seen in documentation that I can edit `$formV…
-
Hi all,
I apologize in advance if this is not a bug and I am just very stupid.
Using UX Live Component, whenever there are multiple actions called in the JS Controller roughly at the same time, …
-
I've a `Notifier` component which is listening to the "show" event and accept a `Notification` object:
```php
#[LiveListener('show')]
public function show(#[LiveArg] Notification $notification)
…
gremo updated
3 months ago
-
We have uninstalled one of the custom pack, and reinstalled it by using the command st2 pack install (File path of all the actions, rules, workflows).
By running this command, the files were instal…
-
Hi,
In my project, I want to make my own array to build a form with it.
The project is to be able to enter times for a given project per day. It will be possible to do one visualization per week o…
-
In `curl | bash` script we configure mongo with [specific username/password and permissions](https://github.com/StackStorm/st2-packages/blob/142e95b2f996dcf06edaa4a4d82fe38d9f0457d9/scripts/st2bootstr…
arm4b updated
7 years ago
-
In my `QuantityControl` component I need to adjust the `value` live property based on `min` and `max` live properties:
```twig
```
I have this following problem:
- Calling `adjustValue` …
gremo updated
7 months ago