blackjk3 / react-form-builder

A complete react form builder that interfaces with a json endpoint to load and save generated forms. The toolbox contains 16 items for gathering data. Everything from star ratings to signature boxes!
MIT License
657 stars 545 forks source link

Fixed form-elements-edit.jsx #21

Closed rahulketch closed 7 years ago

rahulketch commented 7 years ago

Earlier, when center aligning the text in a form element, the code would break because the tags were not replacing currently. This change should fix that.