Modular Forms is in maintenance mode. We recommend Formisch, its official successor, for new projects.

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