SAP / ui5-webcomponents-react

A wrapper implementation for React of the UI5 Web Components that are compliant with the SAP Fiori User Experience
https://sap.github.io/ui5-webcomponents-react/
Apache License 2.0
446 stars 101 forks source link

VariantManagament: header of hideApplyAutomatically visible even when it's true #6618

Closed superdyzio closed 4 days ago

superdyzio commented 1 week ago

Describe the bug

We have applied hideApplyAutomatically attribute in our code:

<VariantManagement
      showOnlyFavorites
      hideApplyAutomatically
      hideCreatedBy
      hideShare
      level={level}
      closeOnItemSelect={closeOnItemSelect}
      dirtyState={dirtyState}
      disabled={disabled}
      hideManageVariants={hideManageVariants}
      hideSaveAs={hideSaveAs}
      onSave={onSaveHandler as (e: unknown) => void}
      onSaveAs={onSaveAsHandler as (e: unknown) => void}
      onSaveManageViews={onSaveManageViewsHandler as (e: unknown) => void}
      onSelect={onSelectHandler}
    >
      {children}
    </VariantManagement>

but we still see the header.

Isolated Example

No response

Reproduction steps

No response

Expected Behaviour

No Apply automatically header when hideApplyAutomatically is true.

Screenshots or Videos

image

UI5 Web Components for React Version

2.1.1

UI5 Web Components Version

2.2.0

Browser

Chrome

Operating System

MacOS Sequoia 15.1

Additional Context

No response

Relevant log output

No response

Organization

SAP Fioneer

Declaration