Feature Request: `allowClear: [true/false]`
See original GitHub issueSimilar to Select2’s property allowClear: true/false
, expose a property that does not allow the selection of a null/empty value
Issue Analytics
- State:
- Created 6 years ago
- Reactions:11
- Comments:7 (1 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 >Feature Request Add AllowClear property on TextBox
Hi @anthonyyott,. The DropDown needs this to delete the selected value while in regular TextBox you can select and delete everything.
Read more >Help forum and feature requests - Looker Studio Help
Request new features using the Looker Studio issue tracker. To "vote" on an existing feature request, click the "star" icon.
Read more >Feature Request - Huntress Product Support
Huntress Product Support · Features · Feature Request. Feature Request. Follow Not yet followed by anyone. Feature Requests / Bug Reporting.
Read more >How can I leave a feature request or feedback on the design ...
We'd love to hear from you. Let us know what's working well, if there are problems with Outlook, or if you have ideas...
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
Hi,
Have you tried https://vue-select.org/api/props.html#clearable, i.e.
<v-select :clearable="false"
… ?kind regards Jochen
@danielHalan, I wanted a thumbs up from @sagalbot before doing the work. I’ve been burned a few too many time contributing work to other repos that stay unmerged/reviewed.
FWIW, this is an easy component to fork into your own code base. Single file components are the bomb (: