Skip to main content
Filter by
Sorted by
Tagged with
0 votes
2 answers
45 views

I'm using a LiveComponent to access a form with a OneToMany collection. Adding an item works perfectly, but when I delete an item, the entire collection is deleted. The code is below. ->add('...
Stoads's user avatar
  • 162
0 votes
0 answers
73 views

I’m having trouble with file uploads in Symfony UX LiveComponent. I’m using Symfony 7.2, Symfony UX 2.x, and PHP 8.2. The problem I have a LiveComponent form that includes a file upload field. On the ...
woweya's user avatar
  • 1
0 votes
1 answer
74 views

So, as per the docs, this is how we upload a file in Symfony Live components. If we have to upload a file along with other input, how to do it? Code from docs: <p> <input type="file&...
steven zong's user avatar
0 votes
0 answers
193 views

I have a question regarding Symfony UX Live Components and forms. Context: Imagine you have a Parent Component and a nested Child Component. Both are Live Components and both include Symfony FORMS (...
woweya's user avatar
  • 1
-1 votes
1 answer
127 views

I'm working on a Symfony 7 project with symfony/ux-twig-component v2.22.1 and tales-from-a-dev/twig-tailwind-extra v0.2.1 packages. I sometime have to override some default tailwind classes in my ...
humblots's user avatar
0 votes
1 answer
173 views

I implemented LiveComponent on my form containing a date and other fields. I use a DateType field compatible with html5. When I use my form and type a date that starts with 0 (eg: 05/10/2024), I have ...
Wikub's user avatar
  • 33
1 vote
0 answers
271 views

I want to add a dynamic field in a form. However, when clicking on the concerned field, nothing happens. Indeed, when clicking on the "Can publish a podcast" field, another field should ...
Cassius's user avatar
  • 19
2 votes
1 answer
1k views

I have two Tom Select (select inputs) configured through Symfony UX Autocomplete and Stimulus : First holds the main category ("Batterie démarrage moto" in the example). Second one is ...
Thomas's user avatar
  • 956
0 votes
1 answer
1k views

I'm implementing a LiveComponent that contains a collection of child components. Everything works mostly fine, but I don't see how can I update a parent model if the updated property is an array. Is ...
kachnitel's user avatar
  • 476
1 vote
2 answers
2k views

I'm struggling with configuration of Symfony UX Autocomplete component extension - My goal is to modify TomSelelct Instance - the way how its rendered and add options like https://tom-select.js.org/...
Tomasz Buczeń's user avatar
3 votes
3 answers
4k views

I've initialized a new Symfony project with version 6.3.3 and wanted to try out the symfony-ux stuff with React. So I followed this guide: https://symfony.com/bundles/ux-react/current/index.html But I ...
Jonte Ferm's user avatar
6 votes
4 answers
2k views

I have followed the official tutorial to get my chart on symfony : https://symfony.com/bundles/ux-chartjs/current/index.html But the chart does not display, it is just blank. I head that it may be ...
Jean François Manatane's user avatar
3 votes
1 answer
1k views

I'm using symfony 6.3 and I have installed symfony/ux-swup: //bundles.php <?php return [ // .............. Symfony\WebpackEncoreBundle\WebpackEncoreBundle::class => ['all' => true], ...
hous's user avatar
  • 2,766
0 votes
4 answers
1k views

I have some problems with the Tom-Select template. When I use the default template, I can delete an item with the Delete button. But when I defined my own, I can't delete anything. I have my tomSelect ...
Rehark's user avatar
  • 51
2 votes
1 answer
582 views

I am trying to setup ChartJS with Symfony UX. Since a default datetime adapter is not included with ChartJS 3+, I am getting the following error when using time unit in an axis. This method is not ...
Joyce Babu's user avatar
  • 20.9k
3 votes
2 answers
1k views

I have a problem with displaying a chart in easyadmin. It does show up in the HTML as shown below. <canvas data-controller="symfony--ux-chartjs--chart" data-symfony--ux-chartjs--chart-...
Chris America's user avatar
3 votes
0 answers
1k views

I wandet to try the Symfony Cropper UX-Component, but it resulted in an Javascript-Error: Error connecting controller TypeError: expected value of type "object" but instead got value "[]...
Tom's user avatar
  • 31