chenglou / chenglou/react-chosen
Use .chosen('destroy') to cleanup component.
Open
- Dominant language
- HTML
- Stars
- 95
- Forks
- 24
- PR merge metrics
- No merged PRs in 30d
Description
Removing events only in willRemove could retain stalled chosen dropdowns. It seems that proper way to remove chosen is to call $(.... ).chosen("destroy")
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the component's willRemove cleanup and the Chosen initialization. Check how lifecycle cleanup handles the dropdown after events are removed; done means removed components no longer retain stalled Chosen dropdowns.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jquery, react
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100