powmedia / backbone-forms

Form framework for BackboneJS with nested forms, editable lists and validation
MIT License
2.17k stars 413 forks source link

Fixed Select field rendering bug. #440

Open emorozov opened 9 years ago

emorozov commented 9 years ago

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

emorozov commented 9 years ago

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

glenpike commented 8 years ago

Needs tests still.

glenpike commented 8 years ago

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