Skip to content

v6.0.0-next.46

Pre-release
Pre-release
Compare
Choose a tag to compare
@ncamera ncamera released this 16 Oct 20:28
· 37 commits to main since this release

What'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 the ch-combo-box-render support this state.

    • Added support to render multi state images in the ch-combo-box-render.

    • Added getImagePathCallback property support in the ch-combo-box-render.

    • Fixed an issue where the start and end images were the same if used at the same time.

    • Added renderActiveItemIconOnExpand property in suggestOptions.
      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