ux icon indicating copy to clipboard operation
ux copied to clipboard

Autocomplete: Don't add plugins automaticly when defined

Open maartendekeizer opened this issue 2 years ago • 7 comments

Q A
Bug fix? no
New feature? no
Tickets Fix #379
License MIT

When plugins option is defined Symfony UX will no longer add some plugins by default. This make it possible to render a autocomplete without clear button extensions for example.

maartendekeizer avatar Jul 26 '22 10:07 maartendekeizer

@weaverryan Bit off topic but related to solving your feedback: Where can I find information about how to run tests cases etc. I think I am missing a good contribute to symfony/ux page. The part in the readme is very short and is also missing a part about building...

maartendekeizer avatar Aug 07 '22 19:08 maartendekeizer

@maartendekeizer that's fair - that could certainly use some help :).

To run tests for a specific component, from the root of the project

yarn install
cd src/Autocomplete/assets
yarn jest

# or to run a specific test
yarn jest -t 'connect without options'

Let me know if that gives you any trouble - the tests can be tricky, but the existing ones in autocomplete should be fairly similar to what you're trying to do.

weaverryan avatar Aug 10 '22 20:08 weaverryan

Friendly ping @maartendekeizer :)

weaverryan avatar Sep 22 '22 10:09 weaverryan

Hey @maartendekeizer is there anything I can help with? 😄

daFish avatar Dec 16 '22 15:12 daFish

@weaverryan How should we proceed with this PR?

daFish avatar Feb 15 '24 13:02 daFish