You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the BaseTextField, you were setting the hint private State variable to automatically apply the Login's hint text on every BaseTextField children (Hint.description.rawValue). I used the invalidTextHint State variable instead so it can automatically fetch the right String from Hint enum
The text was updated successfully, but these errors were encountered:
In the BaseTextField, you were setting the hint private State variable to automatically apply the Login's hint text on every BaseTextField children (Hint.description.rawValue). I used the invalidTextHint State variable instead so it can automatically fetch the right String from Hint enum
The text was updated successfully, but these errors were encountered: