perryflynn/webshelf-file-explorer

Store login credencials in browsers password manager

Opened this issue · 1 comments

I tried the above solution but couldn't get it working really. I think the issue might be actually only the autocomplete="off" on the inputs.

http://stackoverflow.com/questions/12783574/extjs-how-to-modify-the-textfield-parameter-autocomplete-off
This enables the autocompletion, which is already better than having nothing. Looking for a solution where the form is renderd as the browser loads the page. AJAX submit should be not an issue, but the form element must be present during page load, thats all.