Skip to content

Replace select component with self-designed component

Sandro Lutz requested to merge new-select into master

While analyzing the bundle size of the amiv-website project, I saw that the bundle is bloated by the @material dependency used by the select component.

The newly design component is much smaller. An additional feature is that you can configure the component so that multiple entries can be selected.

Merge request reports