Matej Hlatky
06/08/2026, 11:42 AMModifier.semantics { }
2. HAS keyboardOptions = KeyboardOptions(imeAction = ImeAction.Next ),
But for some reason, the Google Password manager still offers to fill-in the password when focused.
The OutlinedTextField has label: <string name="branch_name_label">Prevádzka</string>
It's not offered for other inputs on same screen.
Any idea, what could be the issue? 🤷
Thanks.Matej Hlatky
06/08/2026, 11:54 AM.semantics { contentType = ContentType("none") },
Didn't help. 😕Chrimaeon
06/08/2026, 8:59 PMMatej Hlatky
06/09/2026, 1:02 PMWhat does the label mean in English? I guess setting a „label“ is already some kind of semantic.The label could be translated into "Branch" in English.
Matej Hlatky
06/13/2026, 4:00 PMKeyboardType.Email and another one KeyboardType.Phone
So for some reason, the Gboard and Google password manager things that this input is … password, right?! 😄
I had to set those two inputs' keyboard type to Text and now it seems to work normally.