Hugo Alliaume
Hugo Alliaume
.. and Panther is waiting for https://github.com/php-webdriver/php-webdriver/pull/1134 to be merged/released :D
I don't think `bin/console ux:icons:search * map` will works due to the wildcard character. What about only `bin/console ux:icons:search map`?
Hey @maxperei, sure, any help would be appreciated! :)
Hi, For the same reasons explained in https://github.com/symfony/ux/pull/3064, I'm :-1: here. The tag is purely internal and not documented, I don't think we want to encourage users to rely on...
Hi! I started to look at your work, and thanks you so much for that! However, I find there is too much logic in the `dropdown_menu_controller.js`, and I feel like...
When seeing your demo, I think it breaks the spirit of "autocompletion". To me, you have to type something and the component autocomplete you some results, but here, it looks...
Hi, maybe I did things wrong when implementing them, but they should be there: - https://github.com/symfony/ux/blob/2.x/src/Translator/assets/src/translator.ts#L135C11-L162 - tests: https://github.com/symfony/ux/blob/2.x/src/Translator/assets/test/translator.test.ts#L412-L463 WDYM when saying "I notices that fallback-locales are not implemented yet",...
Hi, Unfortunately we cannot make this change in 2.x, because we also type-hint the first argument `$repository` of `EntityAutocompleterInterface::createFilteredQueryBuilder` to `EntityRepository` and this would be a BC break. I don't...
Our wrapper `\Symfony\UX\Autocomplete\Doctrine\DoctrineRegistryWrapper::getRepository()` is typed to `EntityRepository`, but internally it relies on `\Doctrine\Persistence\AbstractManagerRegistry::getRepository()` which is typed to `ObjectRepository`