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

minor: Remove title colon #59

Open vincentmorneau opened 7 years ago

vincentmorneau commented 7 years ago

This is very minor, but I think the colon should not be there here https://github.com/brutusin/json-forms/blob/master/src/js/brutusin-json-forms.js#L1034

User can choose to add a colon in his decorator.

idelvall commented 7 years ago

sure, can you create a PR? if so, please also add a modification to the example index.html with a decorator adding the colons

Thanks

vincentmorneau commented 7 years ago

Will do in the coming days.