---
title: "isPasteAllowed"
description: "Whether 'paste' is allowed."
type: "function"
---
## API Reference

### isPasteAllowed

> Source set: Common

```kotlin
@Suppress("NOTHING_TO_INLINE") inline fun isPasteAllowed(): Boolean
```

Whether 'paste' is allowed. It's allowed when the text field is editable.

Also, see `onPasteEvent`
