igniteui-webcomponents
Advanced tools
Changelog
[4.3.1] - 2023-08-02
Changelog
[4.3.0] - 2023-06-28
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.selection
property which returns the current selection as an array of data objects.value
is no longer readonly and can be explicitly set. The value attribute also supports declarative binding,
accepting a valid JSON stringified array.value
type changed from string[]
to ComboValue<T>[]
where
ComboValue<T> = T | T[keyof T]
igcChange
event object properties are also changed to reflect tee new value
type:
interface IgcComboChangeEventArgs<T> {
newValue: ComboValue<T>[];
items: T[];
type: ComboChangeType;
}
sameWidth
, positionStrategy
and flip
. They will be removed in the next major release.Changelog
[4.2.3] - 2023-04-03
closeOnEscape
is deprecated in favor of new property keepOpenOnEscape
.Changelog
[4.2.2] - 2023-03-07
Changelog
[4.2.1] - 2023-02-01
Changelog
[4.1.1] - 2023-01-12