ux
ux copied to clipboard
Symfony UX initiative: a JavaScript ecosystem for Symfony
Hi, when i submit the Turbo Stream example, i get the 500 error page. After i navigate back to the same example, the selected chat message is displayed. Maybe we...
| Q | A | ------------- | --- | Bug fix? | no | New feature? | yes | Tickets | Fixes #402 | License | MIT Only add the...
In a LiveComponent, I use an input field with `required` attribute. The action is triggered manually by a button. As a shortened example, my component markup looks like the following:...
First, Autocomplete is really really nice. Thanks for making it. :) On to my idea. It's really simple, but likely rather harder to implement than I might think... Instead of...
Hi, When using the `turbo_stream_listen()` function, it would be nice if the topic was hashed/encoded. The same applies to: ```php $hub->publish(new Update( , $this->renderView('chat/message.stream.html.twig', ['message' => $data['message']]) )); ``` The...
Actualy if you rerender the child it trigger the data-loading for that child and not the parent, but if you rerender the parent all the childrens trigger the loading state...
| Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | Tickets | - | License | MIT I have a live...
I love the twig components. They rock. I'm refactoring a badge TwigFunction as a component, and realized that calling the component was longer than the twig call. ```twig {# with...
Wondering if it would be desired to add `LiveProp::$role`: ```php #[LiveProp(writable: true, role: 'OWNS_POST')] public Post $post; ``` When hydrating the property, we'd use `AuthorizationChecker::isGranted($liveProp->role, $post)` and throw an `AccessDeniedException`...
| Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Tickets | n/a | License | MIT