I have a custom widget that contains a FilteringSelect and works fine in FireFox and Safari but autocomlete is not working properly in IE6; When typing in the text box the choices menu is displayed and the first matching choice is set to the value of the textbox, but the cursor move to the end of the text instead of highlighting the remaining text as intended. The datastore is set in postCreate.
Which element to use as autocomplete
Hell all,
Can anyone tell me which element is best to use as an autocomplete field?
I thought of dijit.form.ComboBox myself.
Can't find good documentation to my liking though how to implement.
I want to use it with java servlet technology.
Regards,
Patrice
ComboBox autocomplete bug?
I think the ComboBox autocomplete doesn't like New Jersey. =)
Dojo version: dojo-release-1.1.1-src
Client: IE 6 win XP (SP2)
I am using code copied from the Dojo book example for the dijit.form.ComboBox (the one with ItemFileReadDataStore):
http://dojotoolkit.org/book/dojo-book-0-9/part-2-dijit/form-validation-s...
...with a few minute changes (see below).
I click inside the text input box, and delete the default value with backspace.
- Login or register to post comments
- Read more
- Subscribe post
Autocomplete with Struts 2 : Dropdown list doesn't appear
Hello,
I have a question about autocompletion in a combobox
It works well but when the user types characters, the server sends the correct response but the dropdown list doesn't appear to the user. Consequently, the user needs to clic on the combobox's arrow to see the dropdown list
We use struts 2.0.6 (I tried whith struts 2.1.2 too)
This is the code of my jsp (simplified)
<%@taglib prefix="s" uri="/struts-tags" %>
FilteringSelect queryExpr AutoComplete
G'day,
I was trying to get searchType working in 1.1 and i found queryExpr, this almost does what i need to do.
Is there any way to get queryExpr to work with AutoComplete??
Regards,
Phillip Savage
