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

[grid] Select All checkbox appears in selected state on empty grid #8013

Open
vursen opened this issue Oct 23, 2024 · 0 comments
Open

[grid] Select All checkbox appears in selected state on empty grid #8013

vursen opened this issue Oct 23, 2024 · 0 comments
Labels
bug Something isn't working Impact: High Severity: Minor UX User experience issue vaadin-grid

Comments

@vursen
Copy link
Contributor

vursen commented Oct 23, 2024

Description

image

Expected outcome

The "Select All" checkbox should be hidden when the grid is empty

Minimal reproducible example

<script type="module">
  import '@vaadin/grid/all-imports';
</script>

<vaadin-grid item-id-path="name">
  <vaadin-grid-selection-column select-all></vaadin-grid-selection-column>
  <vaadin-grid-column path="name"></vaadin-grid-column>
</vaadin-grid>

Environment

Vaadin version(s): 24.5 and earlier
OS: Mac OS

@vursen vursen added bug Something isn't working UX User experience issue labels Oct 23, 2024
@vursen vursen changed the title [grid] SelectAll checkbox appears in selected state on empty grid [grid] Select All checkbox appears in selected state on empty grid Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Impact: High Severity: Minor UX User experience issue vaadin-grid
Projects
None yet
Development

No branches or pull requests

2 participants