tremor icon indicating copy to clipboard operation
tremor copied to clipboard

Search bar

Open alexheiner opened this issue 3 years ago • 4 comments

I think it would be useful to have a search bar component to filter rows of a table/list or other data. I've seen your examples of using a MultiSelectbox box for filtering, but I think the search functionality would be helpful too.

alexheiner avatar Oct 23 '22 22:10 alexheiner

Hey @alexheiner, thanks for the comment! Did you have the chance to check out the SelectBox component already, which essentially provides a search-box to filter among the available options? Or are you looking for something different? Feel free to elaborate 🙂

mitrotasios avatar Oct 24 '22 09:10 mitrotasios

I actually didn't notice the ability to search in the SelectBox, thanks for pointing that out. Sorry I don't know how I missed that. I was originally thinking of a more general purpose table/data search, such as searching for a specific address, phone number, etc in a table. But I thInk the SelectBox could probably be used to do something similar.

alexheiner avatar Oct 24 '22 14:10 alexheiner

@alexheiner Let us know if a simple search bar (including further features, such as auto complete) still would be more appealing to your use cases! :)

christopherkindl avatar Oct 25 '22 19:10 christopherkindl

Sounds good! I do think it could be a useful feature, but it could be something that is added down the line in a future release. Thanks for getting back to me about it! I think this is a really cool project, I'm excited to keep using it!

alexheiner avatar Oct 27 '22 14:10 alexheiner

:tada: This issue has been resolved in version 2.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

github-actions[bot] avatar Mar 12 '23 23:03 github-actions[bot]

SearchBox does no appear to be documented in the list of components here through. https://www.tremor.so/docs/components

tonyxiao avatar Apr 23 '23 09:04 tonyxiao