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
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