feature request: non-filterable item
See original GitHub issueI’ll like to have an option to avoid filter a item from the list
I’m using the creatable option, but I want to add an aditional option that will be always available in the list
- Option 1
- Option 2
---
- Add "Text"
- Create and Edit
I need to always show the Create and Edit
option, so I was thinking in something like this:
<AutoCompleteItem
value="createAndEdit"
textTransform="capitalize"
alwaysShow
>
create and edit
</AutoCompleteItem>
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Feature Requests: What are they and how to manage them
Feature requests are a form of product feedback you may frequently encounter as a SaaS product manager. They typically come in the form...
Read more >How To Manage Feature Requests [Template included]
The best way to categorize feature requests is by considering how they change the functionality of the product. A feature request either ...
Read more >Feature Request Management - Canny
Feature request software helps you make informed product decisions. Understand what your customers want so you can build the most impactful features.
Read more >What Is a Feature Request? Definition and Examples - Airfocus
A feature request is a comment, message, or ask from a user to implement a specific feature into your product. Feature requests can...
Read more >7 Useful Tips to Manage Feature Requests - Craft.io
Feature requests can provide product managers with great ideas for product improvement, but they must be managed correctly. Here are our top tips....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
For the purpose of reusabilty, I won’t be adding the fixed prop. I’ll instead export a
FixedItem
componentI think
fixed
is better, thanks!