Skip to content

v2.4.0

Choose a tag to compare

@gatanaso gatanaso released this 23 Mar 18:53

This release introduces the possibility to add custom values (#5) to the multiselect-combo-box 🎉

custom-values

To enable custom values, set the allow-custom-values property of the component. When enabled, inputting a value and pressing enter fires a custom-values-set event. The new value is not automatically added to the existing values or items, instead it is up to the user to handle this event and decide how to process the value.

For examples of how this works, check out the demos: lumo theme demo and material theme demo.