sweh / ajja

JavaScript library for simple creation of forms and display of collections
MIT License
2 stars 0 forks source link

Require widget to be configured for values loaded as null #8

Open sweh opened 10 years ago

sweh commented 10 years ago

Originally reported by: Thomas Lotze (Bitbucket: tlotze, GitHub: tlotze)


Widget configuration is optional and falls back to value-type sniffing. This will obviously break with fields that may have a null value. When loading values, it should be considered an error for a value to be null and at the same time have no widget configured.