If you specify more than one validator, e.g. [IS_NOT_EMPTY(), IS_IN_DB()] then you suppress the drop-down. From memory, you can simply re-specify the multiple widget with .widget
In any case, this... > I have workaround: IS_IN_DB(...., multiple=(1,9999999)) means you are asking to select at least one item, which I think is what you want. So, it isn't a workaround, it is a good solution :) -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.

