-
I'm digging into live components last two weeks. I don't know if it's just me but the documentation doesn't clarify some aspects when using **live components with forms (entire forms)**.
---
**V…
-
Hello, in my LiveComponent, I've this :
```php
#[LiveProp(writable: true, onUpdated: 'onQueryUpdated')]
public ?string $query = null;
#[LiveProp]
public array $items = [];
…
-
Hello,
We are using `Symfony\UX\LiveComponent\ComponentWithFormTrait` to make the forms in our application "live" to dynamically add or remove fields based on chosen select options (`FormEvents::PO…
-
cc @Kami
Context: ST2 2.2.0 without `$ST2_AUTH_TOKEN` environment variable set, but after successfully running `st2 login`.
```
root@7b0ec35f2fe8:~# cat ~/.st2/token-st2admin
{"expire_times…
-
* [x] This is a bug report
* [ ] This is a feature request
* [x] I searched existing issues before opening this one
### Expected behavior
When initializing swarm it will create different inter…
-
I've integrated stackstorm with alertmanager and opsgenie. I want to fetch the host name dynamically in the action chain for slack and opsgenie action. How can I achieve this, so that it fetch the h…
Anz14 updated
2 years ago
-
A normal request works fine, however, if you edit multiple fields at the same time, the event is converted into a _batch request. When this happens, I get the following error 99% of the time: The subm…
-
I'm not sure if it's me doing stupid things or not undertanding how this all works, but...
Looking at the [actions documentation](https://docs.stackstorm.com/actions.html#built-in-parameters), it l…
-
Hello again. I'm trying to do a file upload in a Live Component. I've tried with both `DropzoneType` and the regular `FileType` but running into the same problem I think.
I have been reading relate…
-
I have a `WheaterWidget` with a `refresh` action that can be invoked with the `data-pool` option or a button click:
```php
#[AsLiveComponent]
class WheaterWidget
{
public function __invoke(…
gremo updated
2 months ago