feat: show input aria-labe;

This commit is contained in:
amhsirak
2025-01-25 15:50:12 +05:30
parent cf5107f7c8
commit 5f0427232d

View File

@@ -330,7 +330,7 @@ export const RobotEditModal = ({ isOpen, handleStart, handleClose, initialSettin
endAdornment: ( endAdornment: (
<InputAdornment position="end"> <InputAdornment position="end">
<IconButton <IconButton
aria-label="toggle credential visibility" aria-label="Show input"
onClick={() => handleClickShowPassword(selector)} onClick={() => handleClickShowPassword(selector)}
edge="end" edge="end"
// Optional: disable if field is empty // Optional: disable if field is empty