Disabling keyboard preview field

How to disable a preview field in android/ios keyboard when focusing on textfield?

You can use the “Hide mobile input” attribute of the TextField.

Yep, that would work in old ui sytem, but cant see it in ui toolkit. Not in ui builder interface, TextField class or USS properties.

9488656--1335367--upload_2023-11-23_9-52-43.png

Which version of Unity are you working?
The version I mentioned is valid for 2022.3 and later.

2021.3.25f1
It is kinda old, but have to stick to it for supporting older projects (I’m developing a sdk). Are there other solutions for older versions, or my only option is to mess with native android/ios code?