Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Turn off autocompletion for textarea and select elems in the Add Job form #4

Open
bogdanghervan opened this issue Nov 30, 2014 · 0 comments

Comments

@bogdanghervan
Copy link
Member

Firefox pre-fills textarea and select elements with a value previously selected, which can break the form, since some JavaScript interactions are never fired for those values.

Currently, Zend Form's view helpers strip away the autocomplete attribute (Zend Framework 2.3.1).

This has already been fixed (zendframework/zendframework#6739). We should link against the new version when it comes available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant