zaheeer / opal

Automatically exported from code.google.com/p/opal
0 stars 0 forks source link

MultiChoice Combo - allow users to type entries #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I am looking for a multiple choice combo widget, that will also allow the user 
to enter the value(s) they want.  My users often know what they want to choose 
from the list, and do not want to use the mouse to click/select.  Such as if 
the list contains:
USA
USSR
CHINA
CUBA
AUSTRALIA
DENMARK
CANADA

They would type in the entry field: USA,CHINA 

This would validate to select the USA and CHINA items in the list.

If it's invalid - then an indicator would be nice.  Yes, this would require 
using a validator and that the separator character be used to separate the 
choices.

Original issue reported on code.google.com by ssnyder...@gmail.com on 20 Sep 2012 at 5:28

GoogleCodeExporter commented 8 years ago
Fixed in V0.9.7

Original comment by laurent....@gmail.com on 16 Nov 2013 at 3:27