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

Fixed Select field rendering bug. #440

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

emorozov
Copy link

Current version of backbone-forms doesn't render Select fields because it fails with error:
TypeError: html is undefined.

@emorozov
Copy link
Author

BTW, in our project $ is not bound to jQuery, that might caused the problem. Anyway, it is worth fixing.

@glenpike
Copy link
Collaborator

Needs tests still.

@glenpike
Copy link
Collaborator

glenpike commented Jun 2, 2016

Note to self - can reassign $ using jQuery.noConflict() - is this possible inside a qunit test?

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

Successfully merging this pull request may close these issues.

4 participants