RE: Autocompleter Validation Issues

2007-01-31 Thread Ben Dotte
ling in quite a few classes, scripts, > and HiveMind configuration. > > Thanks, > Ben > > -Original Message- > From: andreas a [mailto:[EMAIL PROTECTED] On Behalf Of andyhot > Sent: Wednesday, January 31, 2007 1:20 PM > To: Tapestry users > Subject: Re: Autocomp

Re: Autocompleter Validation Issues

2007-01-31 Thread andyhot
On Behalf Of andyhot Sent: Wednesday, January 31, 2007 1:20 PM To: Tapestry users Subject: Re: Autocompleter Validation Issues Well, the autocompleter uses dojo's Select widget (which extends ComboBox) It's normal behavior is to allow users to type in anything, but it keeps the typed text only

RE: Autocompleter Validation Issues

2007-01-31 Thread Ben Dotte
work for us on Tapestry 4.1 but it required pulling in quite a few classes, scripts, and HiveMind configuration. Thanks, Ben -Original Message- From: andreas a [mailto:[EMAIL PROTECTED] On Behalf Of andyhot Sent: Wednesday, January 31, 2007 1:20 PM To: Tapestry users Subject: Re: Autocompleter Va

Re: Autocompleter Validation Issues

2007-01-31 Thread andyhot
Well, the autocompleter uses dojo's Select widget (which extends ComboBox) It's normal behavior is to allow users to type in anything, but it keeps the typed text only if it matches one of the available options - just like a normal html select does. That's why it auto-reverts to the initial val