Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
<option label="{optionValue}" value="{optionValue}">
{optionValue}
</option>
)
)
)}
);
};
/**
* Default tester for enum controls.
* @type {RankedTester}
*/
export const enumCellTester: RankedTester = rankWith(2, isEnumControl);
export default withVanillaControlProps(withJsonFormsEnumCellProps(EnumCell));
WithClassname
} from '@jsonforms/core';
import { withJsonFormsEnumCellProps } from '@jsonforms/react';
import { MuiSelect } from '../mui-controls/MuiSelect';
export const MaterialEnumCell = (props: EnumCellProps & WithClassname) => (
);
/**
* Default tester for enum controls.
* @type {RankedTester}
*/
export const materialEnumCellTester: RankedTester = rankWith(2, isEnumControl);
export default withJsonFormsEnumCellProps(MaterialEnumCell);