# enable-autofill This directive enables autofill (HTML5 autocomplete) on the selected form. Currently this is only needed in `Chrome` because `autofill` only works on form `POST` method. Based on [this](http://stackoverflow.com/questions/16445463/how-to-get-chrome-to-autofill-with-asynchronous-post/22191041#22191041). ## Usage ```html
``` This will create the following DOM: ```html