I also notice you can use arrowDown and arrowUp, but not really helping if the list is long :) I propose a fix here: https://pharo.fogbugz.com/default.asp?10531 Ben On May 5, 2013, at 4:50 AM, DeNigris Sean <sean@clipperadams.com> wrote:
I'm having difficulty expressing a one-to-many relationship in a Spec UI (in Pharo 2.0). I want to have a dialog where the user can enter a business expense, which will be assigned to a particular account (see screenshot).
I tried: - using a DropListModel. This disrupted the flow because it seems it can't be typed into, so the user has to mouse through to find the correct account - using a TextInputFieldModel with entry completion. It seems that this suffers the same fate as above. In its current form, it's almost unusable. Pressing the down arrow to select an item from the completion menu makes the menu disappear, tab makes the widget lose focus, and I have complete on enter disabled, so again one must mouse click on the menu
What would be the best way to express this without forcing the user to take their hands off the keyboard?
Thanks! Sean
<Screen Shot 2013-05-04 at 10.41.59 PM.png>