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

Disabling fields: use $.prop rather than $.attr #534

Open
glenpike opened this issue Nov 1, 2016 · 0 comments
Open

Disabling fields: use $.prop rather than $.attr #534

glenpike opened this issue Nov 1, 2016 · 0 comments
Assignees

Comments

@glenpike
Copy link
Collaborator

glenpike commented Nov 1, 2016

We should be using $selector.prop('disabled', true) and $selector.prop('disabled', false); to toggle disabling of fields. This might mean selects are disabled properly.

Check #412, #485, #497 behaves as expected.

By using "prop" we get things like Select2 behaving as expected for free.

@glenpike glenpike self-assigned this Nov 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant