func keyboardType (UIKeyboardType ) -> some View
Sets the keyboard type for this view.
キーボード型をこのビューに対して設定します。
func disableAutocorrection (Bool?) -> some View
Sets whether to disable autocorrection for this view.
自動修正をこのビューに対して無効にするべきかどうかを設定します。
func textInputAutocapitalization (TextInputAutocapitalization ?) -> some View
Sets how often the shift key in the keyboard is automatically enabled.
func textContentType (UITextContentType ?) -> some View
Sets the text content type for this view, which the system uses to offer suggestions while the user enters text on an iOS or tvOS device.
テキスト内容型をこのビューに対して設定します、それはシステムが提案を申し出るために使います、ユーザがテキストをiOSまたはtvOSデバイス上で入力する間に。
func textContentType (NSTextContentType ?) -> some View
Sets the text content type for this view, which the system uses to offer suggestions while the user enters text on macOS.
テキスト内容型をこのビューに対して設定します、それはシステムが提案を申し出るために使います、ユーザがテキストをmacOS上で入力する間に。