2012/7/2 Daniel Gonzalez <gonva...@gmail.com>: > I am preparing a form with some data collected from the server. Most fields > have some pre-set values, but they can be changed using a drop-down. > Moreover, the user must also have the option to enter free text for those > fields. For this I need an editable drop-down. Could you give me any hints > on how to implement this in pyjamas?
Editable drop-down. With Pyjs this is probably tricky, you'd have to implement this from scratch, I would guess. The ListBox widget doesn't support being editable, http://pyjs.org/examples/Showcase.html Are you looking for something like this here? http://ivaynberg.github.com/select2/ Peter