danielgindi / danielgindi/selectbox
no-results-item slot is ignored
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 2
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
<select-box>
<template #no-results-item="item">
<div>This is a no results template slot</div>
<pre>{{item}}</pre>
</template>
</select-box>
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at vue/SelectBox.vue around line 441 and reproduce the provided no-results-item slot example. Trace why the slot is ignored, then verify that the supplied template renders its message and item when there are no results.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 50/100