Skip to content

Fix Autocomplete combobox is not working in IE if value and name is different #47

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

guoicq
Copy link

@guoicq guoicq commented Nov 19, 2010

Autocomplete combobox: modified the match to use innerHTML instead of value in the dropdown. Fixed #6673 - Autocomplete combobox: not working in IE if value and name is different

…he name displayed in dropdown.


For example, the dropdown below:
<select id="user">
   <option value="">--</option>
   <option value="1">Eric</option>
   <option value="7">Tom</option>
 </select>
@scottgonzalez
Copy link
Member

Thanks, fixed in master, but I used .text() instead of .innerHTML since that's what was being used to gather the items.

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants