toCustom$
Creates a custom transformation function.
const transform = toCustom$(action, options);
Parameters
actionTransformFieldoptionsobjecton'input' | 'change' | 'blur'
Return
transformQRL<TransformField>
Creates a custom transformation function.
const transform = toCustom$(action, options);
action TransformFieldoptions object
on 'input' | 'change' | 'blur'transform QRL<TransformField>