319b22207db2ecd91a8438ad0058f0ac4f491e1c
Compte and Type were single-value <select> elements. Converted both to <select multiple> -- Vue binds those to an array natively, so ctrl/cmd+click and shift+click just work with no custom JS. Matching semantics are OR within a filter (any of the selected comptes/types) and AND across filters, same as the existing client/year/écarts filters. The URL hash (compte=Maud,Bachir&type=versement,achat) now carries comma-separated lists instead of a single value, so the shareable/ reloadable filtered view still works with multiple selections.
Description
No description provided
1.2 MiB
Languages
php
44.6%
JavaScript
32.8%
CSS
13.4%
Twig
9.2%