Skip to content
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

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

Closed
1 task done
superdyzio opened this issue Nov 13, 2024 · 0 comments · 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 · 0 comments · Fixed by #6624
Labels
bug Something isn't working

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: 🆕 New
Development

Successfully merging a pull request may close this issue.

1 participant