danutc / form-builder

form builder for mozilla-services/react-jsonschema-form
Apache License 2.0
2 stars 1 forks source link

add more customized widget #10

Closed knilink closed 8 years ago

knilink commented 8 years ago

following customized widget works: dateTime, paymentStatus, label

Limitations: label widget can not be assigned to an object otherwise the form engine will submit an empty object paymentStatus widget can only be assigned to an object otherwise the form engine will raise a type error

hnandarusdy commented 8 years ago

paymentStatus is ok to be assigned to object, however label should be able to be plugged to anywhere, no matter if that is object / array