markcellus / form-js

Easily create web forms. Supports Meteor, AngularJS, React, Polymer and any CSS library, e.g. Bootstrap.
MIT License
15 stars 4 forks source link

Fix disabled states on dropdowns #5

Closed markcellus closed 9 years ago

markcellus commented 9 years ago

If dropdown in markup has a 'disabled' attribute, initializing the Dropdown class doesnt add the first option item to the ui dropdown value display.

Uncovered in: https://github.com/AKQADC/BSW-Institute-Franchise/pull/126

markcellus commented 9 years ago

fixed