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
This commit was created on github.com and signed with GitHub’s verified signature.
The key has expired.
Added
Combo: Added matchDiacritics to the filtering options property. Defaults to false.
If set to true the filter distinguishes between accented letters and
their base letters. Otherwise strings are normalized and then matched.
Combo: Added selection property which returns the current selection as an array of data objects.
Card: Support explicit height
Dialog: Added animations
Snackbar: Added animations
Toast: Added animations
Changed
Combo: value is no longer readonly and can be explicitly set. The value attribute also supports declarative binding,
accepting a valid JSON stringified array.
Combo: value type changed from string[] to ComboValue<T>[] where
ComboValue<T>=T|T[keyofT]
Combo: igcChange event object properties are also changed to reflect tee new value type: