Delete button for the multiple select input
Nobody has claimed this yet.
- Dominant language
- R
- Stars
- 5.7k
- Forks
- 1.9k
- Avg merge
- 3d 1h
- Merged PRs (30d)
- 2
Description
When I use the default UI selectInput (multiple = TRUE). I found that I can not delete the item that I have selected unless I press the "delete" button on the keyboard. Will there some possible way to add one 'x' button to the item that I have selected to delete that item?
Contributor guide
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 by reproducing the default selectInput with multiple = TRUE and confirm the current keyboard-only deletion behavior. Trace the selectInput entry point and its UI behavior to determine where selected items are rendered. Done means a selected item has an accessible visible deletion control and existing multiple-select behavior remains intact.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- r
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100