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 :
0
votes
0 answers
Ux-Autocomplete Dark Mode
I'm encountering an issue with ux-autocomplete in Symfony. I'm attempting to implement a dark mode, but after adding the classes "form-control dark-mode" or "bg-dark," the appearance is still too bright after running npm run build.
Does anyone have…