简体   繁体   中英

Bootstrap 3 Autocomplete not working in Internet Explorer 9

I have developed a website using bootstrap 3 with php and database MSSQL Server 2008 R2. The data is coming from database successfully.

PROBLEM: When i start typing in input field it does not show autocomplete in IE9.

Example: Input field dropdown is fetching data from database brining project ID. once i start typing 49 it displays all the projct ID starting with 49 ie autocomplete if thats what you call it.

This feature is working correctly in firefox and chrome.

i have already added the respond.min.js and html5shiv.js so the layout is fine but having issue with autocomplete.

Any suggestions?

Enable auto complete feature for the input fields. Add autocomplete="on" to the input fields.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM