When editing a blueprint, password fields show an eye icon that appears clickable but is actually disabled for security reasons (passwords cannot be retrieved from the backend). This creates confusing UX where users expect the icon to work but it doesn't respond. This change adds a tooltip that appears when hovering over the disabled eye button, explaining that "Passwords cannot be viewed when editing a blueprint for security reasons." The fix wraps the disabled button in a span element to ensure the tooltip triggers properly, as disabled buttons don't receive mouse events. Also adds unit test to verify the tooltip functionality Fixes #3303 🤖 Generated with AI |
||
|---|---|---|
| .. | ||
| steps | ||
| CreateImageWizard.test.tsx | ||
| EditImageWizard.test.tsx | ||
| wizardTestUtils.tsx | ||