v6.0.0-next.46
Pre-releaseWhat's Changed
[ch-combo-box-render]
Add support to render multi state images in the combo-box by @ncamera in #445-
Added support for "selected" state in
GxImageMultiState
type. This allow us to render an explicit icon for those controls that may have items with "selected" state. At the momento, only thech-combo-box-render
support this state. -
Added support to render multi state images in the
ch-combo-box-render
. -
Added
getImagePathCallback
property support in thech-combo-box-render
. -
Fixed an issue where the start and end images were the same if used at the same time.
-
Added
renderActiveItemIconOnExpand
property insuggestOptions
.
This property determines whether the icon for the selected item is displayed in the combo-box, even when the popover is expanded.
By default, the combo-box does not render the active item icon when the combo-box is expanded in suggest mode, as it may have a negative impact on the user experience.
-
Full Changelog: v6.0.0-next.45...v6.0.0-next.46