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

Textfield.focus() method

Requests focus for the given input or view. The exact behavior triggered will depend on the platform and type of view.

Signature:

focus(): void;

Returns:

void