react-mdl icon indicating copy to clipboard operation
react-mdl copied to clipboard

Can't disable autocomplete in Textfield inside Dialog

Open koutsenko opened this issue 8 years ago • 2 comments

It there any way? It makes Dialog completely unusable, because even after click on the suggestion, they don't close. And Dialog buttons remains overlapped by suggestion list.

koutsenko avatar Nov 22 '16 06:11 koutsenko

Temporarily workaround is DialogActions fullWidth property - so buttons text don't overlapped.

koutsenko avatar Nov 22 '16 07:11 koutsenko

For all browsers but chrome, autoComplete="off" on the Textfield element should suffice.

Google feel that developers need to be protected from themselves here : https://bugs.chromium.org/p/chromium/issues/detail?id=468153#c164

edit: not sure if the project steers here want to support google's compliancy problems https://www.w3.org/wiki/HTML/Elements/input/text

Verikon avatar Jan 02 '17 15:01 Verikon