> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rebellapp.com/llms.txt
> Use this file to discover all available pages before exploring further.

# my.hideKeyboard

> Hide the soft keyboard.

Use this API to programmatically hide the on-screen keyboard.

## Parameters

This API does not require any parameters.

## Code Example

```javascript theme={null}
my.hideKeyboard();
```

## Related APIs

<CardGroup cols={2}>
  <Card title="my.showToast" icon="message" href="/jsapi/ui/feedback/my.showToast">
    Show toast message
  </Card>
</CardGroup>
