UNPKG

@data-driven-forms/react-form-renderer

Version:

React Form Renderer. Data Driven Forms converts JSON form definitions into fully functional React forms.

7 lines (5 loc) 265 B
import componentTypes from '../component-types'; var assignSpecialType = function assignSpecialType(componentType) { return [componentTypes.CHECKBOX, componentTypes.RADIO].includes(componentType) ? componentType : undefined; }; export default assignSpecialType;