Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
1 task done
superdyzio opened this issue Nov 13, 2024 · 1 comment · Fixed by #6624
Closed
1 task done

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

superdyzio opened this issue Nov 13, 2024 · 1 comment · Fixed by #6624
Labels

Comments

@superdyzio
Copy link
Contributor

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

  • I’m not disclosing any internal or sensitive information.
@ui5-webcomponents-react-bot
Copy link
Contributor

🎉 This issue has been resolved in version v2.5.0 🎉

The release is available on v2.5.0

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 🆕 New
Development

Successfully merging a pull request may close this issue.

2 participants