breezerc
breezerc
I copy & pasted the code I mentioned from the Microsoft article. Here is the full xaml page: ``` ``` The installed package: ``` ```
Hm... I got the issue reproduced with this native code: ``` struct ContentView: View { @State private var email: String @State var emailIsValid: Bool = true public init(email: String =...
I found the problem. By default keyboard uses 'Default' type which on iOS includes Spell checking. The spell checking making the text red in the failed test cases. The fix...
Thanks! If you want my opinion I'm split here. From one side it makes total sense. From another side it is a validation behavior changing keyboard layout. May be seen...
@andrea-reale The same issue that NorthNick described happen to me. I think it was caused by the container which had 'restart' set to 'always'. I.e. this container (and some dependency)...