-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request]: PasswordInput property doesn't exist in TextInput type #16290
Comments
Thank you for submitting a feature request. Your proposal is open and will soon be triaged by the Carbon team. |
The console shows the following warning when using
But when I import it directly from
|
Hey @martinscooper |
@guidari Thanks for taking a look and sorry for my delayed response. We actually chose to not to use that component. The main reason of this was that we couldn't find a way to stop the browser from asking the user to remember the password. |
The problem
Using Carbon in a Typescript nextjs project, I am using the
PasswordInput
component and thetsc
throws this error:I am using the code from here:
The solution
The
PasswordInput
should be added to theTextInput
types or made available separately. I would like to be able to perform the following import statement:Examples
No response
Application/PAL
No response
Business priority
Low Priority = release date is not dependent on fix or not upcoming
Available extra resources
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: