Skip to content

Commit dce9e65

Browse files
authored
Merge pull request #10 from airext/feature/remove-assistant-buttons
Remove assistant buttons
2 parents 17931a1 + e71611f commit dce9e65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

native-keyboard-text-ios/NativeKeyboardText/FloatingKeyboard/ANXNativeKeyboardText.m

+2
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,8 @@ - (UITextField*)createTextField {
309309
inputTextField.autocapitalizationType = _params.autoCapitalizationType;
310310
inputTextField.autocorrectionType = _params.autoCorrectionType;
311311
inputTextField.spellCheckingType = _params.spellCheckingType;
312+
inputTextField.inputAssistantItem.leadingBarButtonGroups = @[];
313+
inputTextField.inputAssistantItem.trailingBarButtonGroups = @[];
312314

313315
[inputTextField sizeToFit];
314316

0 commit comments

Comments
 (0)