Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
className={className}
id={id}
disabled={!enabled}
autoFocus={uischema.options && uischema.options.focus}
inputProps={config}
endAdornment={<label style="{{marginLeft:">{data || scopedSchema.default}</label>}
/>
);
};
/**
* Matrial tester for slider controls.
* @type {RankedTester}
*/
export const materialSliderFieldTester: RankedTester = rankWith(4, isRangeControl);
export default connectToJsonForms(
mapStateToFieldProps,
mapDispatchToFieldProps
)(MaterialSliderField);