Questions tagged [ux-symfony]

2 questions
1
vote
0 answers

How to set default selected value in UX Symfony dropdown

I managed to implement dropdown with UX Symphony using custom Autocompleter following the documentation. namespace App\Autocompleter; class FooAutocompleter implements EntityAutocompleterInterface { ... } I add this view :