Skip to content
This repository has been 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

Open
gammaSpeck opened this issue Aug 7, 2023 · 0 comments

Comments

@gammaSpeck
Copy link
Contributor

gammaSpeck commented Aug 7, 2023

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant