ux
ux copied to clipboard
Autocomplete: Don't add plugins automaticly when defined
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.
@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 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.
Friendly ping @maartendekeizer :)
Hey @maartendekeizer is there anything I can help with? 😄
@weaverryan How should we proceed with this PR?