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
When using components from the forms library, they often accept the prop prepend that can be used to add a component to the side, such as an icon.
When using it in the EuiFieldPassword component, however, it can lead to a duplication of the lock icon, without any way to remove the embedded one that does not match the style of other fields.
Proposed solution
A prop for EuiFieldPassword that allows rendering the component without this icon
Screenshots
The issue
The desired result
The text was updated successfully, but these errors were encountered:
Description
When using components from the forms library, they often accept the prop
prepend
that can be used to add a component to the side, such as an icon.When using it in the
EuiFieldPassword
component, however, it can lead to a duplication of the lock icon, without any way to remove the embedded one that does not match the style of other fields.Proposed solution
A prop for EuiFieldPassword that allows rendering the component without this icon
Screenshots
The issue
The desired result
The text was updated successfully, but these errors were encountered: