You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 11, 2019. It is now read-only.
If you have a Menu type="check", you have to concatenate values (or content) from all checked items. This is how the control works in bem-components and this is how it was designed.
But, the default behavior that I expect from the select is "what I see in <Item>, I will see in <Button>". The same for multiple select, the concatenation will look like [<item1>, ', ', <item2> ].
the default behavior that I expect from the select is "what I see in , I will see in "
When the control was implemented in bem-components, our internal design guides "thought different". And, as react-islands is just a port of the initial library, we have the same behaviour, that we had.
We might fix this in future. But PRs are welcome, anyway.
In an example above I won't see an icon, because there is a restriction connected with displaying only text. Why do we need that?
The text was updated successfully, but these errors were encountered: