Hello there!
I am messing around right now with the AutoComplete widget and it wors
fine, except one little quirk that I can not figure out:
If I add the field to a widget list by doind somethink like this
-------------------
class ChooseAgentFields(widgets.WidgetsList):
interval= widgets.TextField(validator=validators.Int)
query = widgets.TextField(validator=validators.NotEmpty)
autoCompField = AutoCompleteField(
name='source',
search_controller="search",
search_param = "input",
result_name = "matches")
--------
the I have the problem the when I enter text into the autocomplete
field and then hit return to select a particular value the form get
submitted. This is not what I want since I still want to fill out the
othver values.
What is the turbogears way do deal with this?
THanks
Kavika
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/turbogears
-~----------~----~----~----~------~----~------~--~---