Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
render() {
const {_meta, props} = this;
const {_obj, _fld, ctrl_type} = props;
const type = ctrl_type || control_by_type(_meta.type, _obj[_fld]);
switch (type) {
case 'ocombo':
return ;
case 'oselect':
return ;
case 'calck':
return ;
case 'dhxCalendar':
return ;
case 'ch':