[Feature Request] Update documentation of Select to remove outdated/not-working props
See original GitHub issueProblem to solve
The docs for Select
refer to use of the following props:
browser-autocomplete
filter
search-input
which seem to make sense for Autocomplete
component only.
Also search-input
refers to use of autocomplete
prop which is not documented and the use of which is deprecated
Proposed solution
Remove the props
browser-autocomplete
filter
search-input
from the docs
Issue Analytics
- State:
- Created 5 years ago
- Comments:14 (8 by maintainers)
Top Results From Across the Web
[Feature Request] Update documentation for Autocomplete
Problem to solve Description for search-input option in v-autocomplete is invalid Bound when using the autocomplete prop.
Read more >Feature Requests - Jamf Nation Community
First of all, thanks to everyone for the feature requests, both on this list ... We'll update our documentation to reflect this information....
Read more >Upgrade guide for v2 - React Select
React-select v2 is a complete rewrite, and includes some major changes: The architecture has been cleaned up; Many redundant props have been removed...
Read more >Feature Requests - ReadMe Documentation
Have an idea for a new feature? Let us know by submitting to our planning board. Share your email address when you create...
Read more >Implementation of New Features Policy | Atlassian Support
When a new feature or improvement is scheduled, we'll update the fix version on the relevant Jira issue to indicate the earliest product ......
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
filter removed in 5f5db93
Filter only applies when there’s search active, so it does nothing for v-select.