--
---
You received this message because you are subscribed to the Google Groups "web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to web2py+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
IS_IN_SET(['a', 'b', 'c'], zero=T('choose one'))
To unselect, click 'choose one' instead of whatever was selected.
Multiple = True
Unselect/remove everything which was previously selected.
...then submit the form.
Hi and thanks for the suggestions -You seem to be saying:single - the user should click on "select one" to NOT select ANY - when it's normal semantics is to force the user to selects one?multiple - if 10 things are selected and you want to unselect 1, you need to unselect all 10, remember 9 and and start over again?
Am I misinterpreting?I was hoping for something simpler/cleaner like - clicking on an entry currently selected unselects it; clicking on it again, reselects it.