mwl707 Posted September 27, 2009 Share Posted September 27, 2009 I have a script that has its own auto suggest for user inputs but the google chrome auto suggest interferes with it visually. I know that I can turn the feature off in chrome options on my browser but can anyone tell me if I can disable it from within my javascript code ? Thanks Link to comment https://forums.phpfreaks.com/topic/175709-google-chrome-auto-suggest/ Share on other sites More sharing options...
win82 Posted September 29, 2009 Share Posted September 29, 2009 You can detect Chrome by using the following bit of Javascript: var is_chrome = navigator.userAgent.toLowerCase().indexOf('chrome') > -1; Link to comment https://forums.phpfreaks.com/topic/175709-google-chrome-auto-suggest/#findComment-927167 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.