I am having one textfield and I am using it to enter email and when a user clicks the send button, the email is deleted from the same textfield and its placeholder changes to enter pin. So when the user enters pin, I would like to make the text field to be limited up to 6 characters. Is this possible? If yes, please help me I am new to SwiftUI.
TextField(placeholder, text: $text)
The $text
changes according to the states email or pin