FloatingLabelTextFieldSwiftUI
FloatingLabelTextFieldSwiftUI copied to clipboard
Text color doesn't change from red after validate
can you please post your code and video?
disabling autocorrection seems to fix it.
.disableAutocorrection(true)
This solution has worked for the email textfield issue currently present in demo. Thanks @Futskito