Disable search autocapitalization and autocorrection
This commit is contained in:
@@ -64,6 +64,8 @@ public struct EmojiPickerView: View {
|
|||||||
}
|
}
|
||||||
.frame(maxHeight: .infinity)
|
.frame(maxHeight: .infinity)
|
||||||
.searchable(text: $search)
|
.searchable(text: $search)
|
||||||
|
.textInputAutocapitalization(.never)
|
||||||
|
.autocorrectionDisabled()
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user