Hi all,

Can anyone confirm if anything has changed in Ajax.Autocompleter (or
Autocompleter[.Base]) in 1.5.1 since 1.5?  I've updated to this
version and either something has changed (unlikely) or I've  made a
change somewhere that's borked it (much more likely). Events aren't
firing on the text box when I enter input or blur away from the
control ...

Many thanks!


Regards,
Cam

Here's how I'm creating it (abbreviated):

__________________________________________________________

Find Client: <input name="clientSearch" id="clientSearch" type="text" />

<div id="divAutoCompleteList" class="auto_complete" style="overflow:auto"></div>

<script type="text/javascript">
  new Ajax.Autocompleter(
    'clientSearch',
    'divAutoCompleteList',
    '/path/to/script.aspx?Call=ClientSearch',
    {
      paramName: 'search',
      minChars: 2,
      afterUpdateElement: handleClientSearchSelect
    }
  );
</script>

__________________________________________________________

--

Cam McVey
[EMAIL PROTECTED]
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs

Reply via email to