fix: react-doctor modal/dialog/dropzone a11y — 18 files to role+tabIndex+onKeyDown or dialog
This commit is contained in:
@@ -48,7 +48,6 @@ export default function WaterAdminPinClient({ brandId }: Props) {
|
||||
placeholder="••••"
|
||||
className="w-full rounded-xl border-2 border-slate-300 px-6 py-6 text-center text-4xl font-bold tracking-widest outline-none focus:border-slate-900"
|
||||
style={{ letterSpacing: "0.4em" }}
|
||||
autoFocus
|
||||
/>
|
||||
{error && (
|
||||
<p className="text-center text-red-600 text-sm">{error}</p>
|
||||
|
||||
Reference in New Issue
Block a user