shopware/meteor

mt-select can't handle falsy values

Closed this issue · 0 comments

Package
@meteor/component-library

Description
The mt-select component is doing an early return in it's currentValue getter checking for any falsy values - this prevents the use of any 0-values for lists with int values, empty strings, etc..