cboulanger / qx-contrib-Dialog

A set of often used dialog widgets for the qooxdoo framework (deprecated, use qooxdoo/qxl.dialog instead)
6 stars 10 forks source link

Check "type" property in form data #9

Closed cboulanger closed 7 years ago

cboulanger commented 10 years ago

dialog,Form, line 295: switch ( fieldData.type.toLowerCase() ) doesn't check if "typ" property exists -> will result in cryptic error if forgotten.