Re: [Pharo-users] editable droplist

2015-11-18 Thread Peter Uhnák
On Thu, Nov 19, 2015 at 12:38 AM, webwarrior wrote: > EditableDropListMorph. > I'm blind like a bat... thanks! > Although it doesn't show suggested options when you type in the field like > you would expect from this type of control. > That's fine, I don't need that. Peter

Re: [Pharo-users] editable droplist

2015-11-18 Thread webwarrior
EditableDropListMorph. Although it doesn't show suggested options when you type in the field like you would expect from this type of control. -- View this message in context: http://forum.world.st/editable-droplist-tp4861846p4861853.html Sent from the Pharo Smalltalk Users mailing list archive

[Pharo-users] editable droplist

2015-11-18 Thread Peter Uhnák
Hi, do we have an editable droplist control? Something like html5 datalist https://developer.mozilla.org/en/docs/Web/HTML/Element/datalist where you can both select from a list of predefined values, or specify your own. Peter