Hey Nate - when I pass in minChar, it adds it to the text field and not
the Ajax call:
echo
$ajax->autocomplete('Entity/name','/entities',array('size'=>'40','minChar'=>'4'))
produces:
<input name="data[Entity][name]" size="40" minChar="4" id="EntityName"
autocomplete="off" value="" type="text" />
<div id="EntityName_autoComplete" class="auto_complete"></div>
<script type="text/javascript">new Ajax.Autocompleter('EntityName',
'EntityName_autoComplete', '/ivsCake/entities', {});</script>
Could the AJAX helper be modified to account for the minChar parameter?
Thanks for the outstanding effort in this project!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" 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/cake-php
-~----------~----~----~----~------~----~------~--~---