I could see my users typing in the comma in a multiple select scenario, so I
cast my vote for comma-as-selector.

Great to see you guys collaborating on an important (IMHO) and useful
plugin.  I wish I had more time (and expertise lol) to lend a hand.

_______
SEAN O
http://www.sean-o.com



Jörn Zaefferer wrote:
> 
> 
> Dan G. Switzer, II schrieb:
>> Jörn,
>>
>>   
>>> for anyone interested in the progess of the autocomplete plugin I've
>>> uploaded the current demo: http://jquery.bassistance.de/autocomplete/
>>>     
>>
>> Two quick things I noticed (both of which you may be aware of.)
>>
>> 1) If you type in "Spppppp" in the any of the City searches, the results
>> don't go away. It would seem only matches would show up (so as soon as
>> your
>> keystrokes no longer match, nothing would be shown.)
>>   
> In theory, this is covered by the mustMatch option. But it doesn't work 
> at all, I'm gonna look into that.
>> 2) Occassionally, when editing a multi-value and I have several other
>> values
>> in there and I go back and edit one of the previous values, the cursor
>> shoots to the end of the value. I have been able to accurately reproduce
>> this yet.
>>   
> That sounds like you wanted to write you haven't been able to reproduce
> it.
> Editing anything but the last value in a multiple-field isn't supported 
> yet, its a bit trickier then just looking for the last value.
>> 3) For multi-value fields, I expected the delimiter to select the value.
>> So,
>> when I press the comma, I expected the selected value to be filled in
>> just
>> as if I hit [TAB] or [ENTER]. I'm not sure if it's the *expected*
>> behavior,
>> but it was the first thing I tried.
>>   
> I'm not sure if that is expected behaviour, but its not trivial to 
> implement.
> 
> -- 
> Jörn Zaefferer
> 
> http://bassistance.de
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Autocomplete-plugin-status2-tf3577852s15494.html#a10036080
Sent from the JQuery mailing list archive at Nabble.com.

Reply via email to