Replace select component with self-designed component
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.