clearInput

abstract suspend fun clearInput()

Clears the input of the element by setting its value to an empty string.

This method applies a JavaScript function to the element to clear its value. It is useful for input fields or text areas that need to be reset.