Skip to content
This repository was archived by the owner on Jul 31, 2024. It is now read-only.
This repository was archived by the owner on Jul 31, 2024. It is now read-only.

Bug in f-table: Search bar doesnt get hidden on :show-search-bar="false" #114

@gammaSpeck

Description

@gammaSpeck

Describe the bug
The search bar needs to get hidden on setting :show-search-bar="false". It does not happen in Vue 2.7.

To Reproduce
Steps to reproduce the behavior:

  1. Version "@cldcvr/flow-table": "^1.2.2"
  2. Use snippet below
<f-table-schema
  variant="underlined"
  size="small"
  :data.prop="{ header: colHeaders, rows }"
  :show-search-bar="false"
  part="cell"
  @toggle-row-details="toggleRowDetails"
  >

</f-table-schema>

Expected behavior
Search bar must stay hidden when the prop :show-search-bar="false"

Screenshots

Screen.Recording.2023-08-07.at.2.30.36.PM.mov

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions