Replies: 5 comments
-
@jbuoncri1 you mean like this ? https://codesandbox.io/s/quirky-dew-w1tg70?file=/demo.js |
Beta Was this translation helpful? Give feedback.
-
additionally you can pass the disabled flag to a form field to disable it. |
Beta Was this translation helpful? Give feedback.
-
hope this helps 👍 |
Beta Was this translation helpful? Give feedback.
-
Hi @jbuoncri1, You can just pass <EuiFieldPassword
placeholder="Placeholder text"
type="password"
value={value}
onChange={(e) => setValue(e.target.value)}
aria-label="Use aria labels when no actual label is in use"
/> |
Beta Was this translation helpful? Give feedback.
-
I'm converting this issue into a discussion instead of closing it. It might help other people with the same question. |
Beta Was this translation helpful? Give feedback.
-
Hello! I was wondering if there's a prop or a way to disable the icon in EuiPassword (or any of the form fields that are available)
Beta Was this translation helpful? Give feedback.
All reactions