Hi!
I'm using ObjectChoiceField and been wondering is there any way we can use it to also include "hidden" field. Just like in html where we can always use <option value="0" >No email notification</option>.
public ObjectChoiceField(String label, Object[] choices, int initialIndex, long style)
Putting Object[] as value to be saved is OK, but that value must be readable by human and it just wasting bb resource to store it for future retrieval.
Or we just stuck with it? Sorry, but I'm a newbie.
