toLowerCase

Creates a transformation functions that converts all the alphabetic characters in a string to lowercase.

const transform = toLowerCase(options);

Parameters

  • options object
    • on 'input' | 'change' | 'blur'

Return