Home > react-native-material-kit > Textfield > blur

Textfield.blur() method

Removes focus from an input or view. This is the opposite of focus().

Signature:

blur(): void;

Returns:

void