Re: Multi select combo

2016-04-23 Thread Evyatar Ben Halevi-Arbib
I once created a custom component per our Product Manager's request where a list of check-boxes was displayed (using PopupAnchor) and the selected values concatenation (with commas) was displayed in a text-area. Clicking the text-area opened the list... בתאריך 22 באפר 2016 15:56,‏ "mark goldin" כת

Re: Multi select combo

2016-04-22 Thread Jeffry Houser
Semi-related: A few years back a customer hired me to modify the Flextras AutoComplete to allow for multiple selection. https://github.com/Flextras/FlextrasComponents/tree/master/autoCompleteComboBox/Spark The code is available under the Apache license; but you'll have to built it into a

Re: Multi select combo

2016-04-22 Thread mark goldin
I will, thanks. On Fri, Apr 22, 2016 at 2:41 PM Vincent Sotto wrote: > have you tried hillelcoren advancedautocomplete showbrowse button? easy to > mod what you want > http://sketch-out.com/flexautocomplete/demo/#app=7b9d&c8f0-selectedIndex=3 > > On Fri, Apr 22, 2016 at 11:08 PM, mark goldin >

Re: Multi select combo

2016-04-22 Thread Vincent Sotto
have you tried hillelcoren advancedautocomplete showbrowse button? easy to mod what you want http://sketch-out.com/flexautocomplete/demo/#app=7b9d&c8f0-selectedIndex=3 On Fri, Apr 22, 2016 at 11:08 PM, mark goldin wrote: > I see, not a bad idea. > > On Fri, Apr 22, 2016 at 10:01 AM Tom Chiverton

Re: Multi select combo

2016-04-22 Thread mark goldin
I see, not a bad idea. On Fri, Apr 22, 2016 at 10:01 AM Tom Chiverton wrote: > We basically built a button that had label text of either the single > selected item, or "3 items" and the full list in the tooltip. > When it was clicked it would open an interface for selecting from the list. > > To

Re: Multi select combo

2016-04-22 Thread Tom Chiverton
We basically built a button that had label text of either the single selected item, or "3 items" and the full list in the tooltip. When it was clicked it would open an interface for selecting from the list. Tom On 22/04/16 13:56, mark goldin wrote: Users want to select multiple values from a c

Multi select combo

2016-04-22 Thread mark goldin
Users want to select multiple values from a combo box. Because of a limited vertical space I cannot change it to a list box or grid. Can I have a combo with checkboxes? If yes What would be shown in the combo when multiple items being selected? Thanks Sent from my Windows 10 phone