backbone-forms icon indicating copy to clipboard operation
backbone-forms copied to clipboard

Fixed Select field rendering bug.

Open emorozov opened this issue 11 years ago • 3 comments

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

emorozov avatar Dec 26 '14 11:12 emorozov

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

emorozov avatar Dec 26 '14 11:12 emorozov

Needs tests still.

glenpike avatar Jan 31 '16 22:01 glenpike

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

glenpike avatar Jun 02 '16 23:06 glenpike