diff --git a/Sources/EmojiPicker/EmojiPickerView.swift b/Sources/EmojiPicker/EmojiPickerView.swift index e2cebf3..2279782 100644 --- a/Sources/EmojiPicker/EmojiPickerView.swift +++ b/Sources/EmojiPicker/EmojiPickerView.swift @@ -64,6 +64,8 @@ public struct EmojiPickerView: View { } .frame(maxHeight: .infinity) .searchable(text: $search) + .textInputAutocapitalization(.never) + .autocorrectionDisabled() } }