---
title: "remove(_:willInsertText:completionHandler:)"
framework: browserenginekit
role: symbol
role_heading: Instance Method
path: "browserenginekit/betextinput/remove(_:willinserttext:completionhandler:)"
---

# remove(_:willInsertText:completionHandler:)

Removes a placeholder object from the text input view.

## Declaration

```swift
func remove(_ placeholder: UITextPlaceholder, willInsertText: Bool, completionHandler: @escaping @Sendable () -> Void)
```

```swift
func remove(_ placeholder: UITextPlaceholder, willInsertText: Bool) async
```
