wingspan / wingspan-forms

A dynamic form library for Facebook React, providing abstractions for building dynamic forms and controlled grids. Widgets provided by Telerik's KendoUI.
MIT License
292 stars 25 forks source link

Text fields should trim on blur by default #87

Closed newyankeecodeshop closed 5 years ago

newyankeecodeshop commented 9 years ago

Make the free text fields, KendoText and MultilineText, trim the value on blur. This makes sure extraneous spaces are not put in the record. A prop can disable this behavior if it is not desired.