Cannot clear out multiselect
@dpp is already working on this.
Since Mar 1, 2012.
- Dominant language
- Scala
- Stars
- 1.3k
- Forks
- 275
- PR merge metrics
- No merged PRs in 30d
Description
As long as the user selects something in the multiselect, it works fine. But if the user de-selects all of the items in a multiselect, instead of clearing the selection, the selection remains unchanged.
I have a sample app demonstrating the problem in the empty-multiselect-bug branch on git://github.com/leedm777/lift-sample-app.git.
git clone git://github.com/leedm777/lift-sample-app.git -b empty-multiselect-bug
See related ML threads:
http://groups.google.com/group/liftweb/browse_thread/thread/9f8e460b8d57a741/eaa06d46106a134a
http://groups.google.com/group/liftweb/browse_thread/thread/e8c9fec7c3512fc7/91bba42ebcaa2941
http://groups.google.com/group/liftweb/browse_thread/thread/46e70d3130e52c18/8365d375163af9bb
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.
Assessment
This issue has not been assessed yet.