v6.0.0-next.41
Pre-releaseWhat's Changed
-
[ch-edit]
Add support to customize the clear button whentype="search"
and other improvements by @ncamera in #433 -
Add the attribute 'part' to the entities of TabularGridRender by @dangmarm in #432
-
[ch-combo-box-render]
Refactor thech-combo-box-render
implementation to address some issues and improvements by @ncamera in #434 -
[ch-combo-box-render]
Reflect the value of each item in the part and add the value prop as a part of the Host, if it matches an existing item by @ncamera in #435
Breaking changes
-
[ch-edit]
The input event now emits the new value of the control. It previously emitted the internal input event. -
[ch-combo-box-render]
Removed thefilter
property andfilterChange
event. Now, whensuggest = true
, changes to the input's value will update thevalue
property and emit theinput
event. -
[ch-combo-box-render]
Now thecaption
property of the items can beundefined
. Ifundefined
, the value will be used as a replacement of the caption when rendering the item. -
[ch-combo-box-render]
Now thevalue
property is displayed when usingsuggest = true
, instead of mapping the value to the item'scaption
.
Ifsuggest = true
, when an item is selected, the item's caption will be used to update the combo-box'svalue
property (previously the item's value was used, but it no longer makes sense to do this).
Full Changelog: v6.0.0-next.40...v6.0.0-next.41