billandr Posted June 18, 2015 Report Share Posted June 18, 2015 Seems that nothing I do works to show the HTML_Quickform_Autocomplete: $elemRegion = $form->createElement('autocomplete', 'wmregion', 'Region:'); $elemRegion->setOptions($aRegions); $form->addElement($elemRegion); I see that a spacer is added; I also see that toHtml() of the autocomplete.php does return html; but I still don't see that final HTML on the form. if I change 'autocomplete' to a 'select' - I do see it. Has anyone used the 'autocomplete' before? Thank Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.