-
Notifications
You must be signed in to change notification settings - Fork 328
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
fix: Add icon to masked textfield component #1536 #1539
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @aalencar. Seems like there are more missing props though. Let's create a single Fluent.ITextFieldProps
that will be passed into both MaskedTextField
and TextField
to have this resolved once and for all.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we also include data-test
within textFieldProps
?
Let's use |
Why? |
|
That's fine. The goal here is to have a single source of truth for common props. |
Ok |
closes #1536