brutusin / json-forms

JSON Schema to HTML form generator, supporting dynamic subschemas (on the fly resolution). Extensible and customizable library with zero dependencies. Bootstrap add-ons provided
http://brutusin.org/json-forms
Apache License 2.0
607 stars 168 forks source link

When enum length is 1, set selectedIndex to 0 #99

Closed nagarajanchinnasamy closed 7 years ago

nagarajanchinnasamy commented 7 years ago

When enum length is 1, set selectedIndex to 0 so that the only item in dropdown gets selected automatically.

idelvall commented 7 years ago

Thanks @nagarajanchinnasamy!