UNPKG

@gitlab/ui

Version:
6 lines (5 loc) 216 B
/** * Builds the parameters object disable one or multiple controls. */ export const disableControls = (controls = []) => Object.fromEntries(controls.map((control) => [control, { control: { disable: true } }]));