Thanks for the feedback everyone!
A few enhancements:
- Close on escape
- Select next on down arrow when open
- Show all on down arrow when closed
- Select previous on up arrow
- Accept on enter - requires an override in PluggableTextFieldMorph, but I
think the change can be integrated in Core
-
| layout |
model := DynamicComposableModel new.
model instantiateModels: {#accessor. #TextInputFieldModel}.
layout := SpecLayout composed.
layout add: #accessor withSpec: TextInputFieldModel defaultSpec.
model openWithSpecLayout: layout.
leads to:
DNU SpecLayoutAddWithSpec(Object)>>doesNotUnderst
Nabble is again mirroring the (now new) dev and user lists :)
___
Pharo-users mailing list
Pharo-users@lists.pharo.org
http://lists.pharo.org/mailman/listinfo/pharo-users_lists.pharo.org
>> please ignore
___
Pharo-users mailing list
Pharo-users@lists.pharo.org
http://lists.pharo.org/mailman/listinfo/pharo-users_lists.pharo.org