By stomerfull on
i have one field setting with a autocomplete and i would like to force user to select autocomplet suggestion
something like this : http://demo.mysamplecode.com/JQuery/pages/dropdownUsingAutoComplete.jsp
How can i achieve this with drupal
my field :
$form['myfield'] = array(
'#type' => 'textfield',
'#size' => 35,
'#required' => true,
'#autocomplete_path' => 'autocompletecpville',
);
Comments
Bump!
Did you find any solution for that? Thanks.
Old usernames: pc-wurm, Елин Й.
My solution
In case anyone else stumbles across this thread, I solved this issue by putting the following code into a js file served up by my theme, tweaking the built in function: