Skip to content

Commit 5e21a27

Browse files
committed
a11y: improve auth accessibility coverage (#13724)
* fix: improve auth accessibility coverage * fix(a11y): restore delete trigger tab focus * test(dialog): cover nested description
1 parent da518c1 commit 5e21a27

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

  • src/frontend/src/components/core/parameterRenderComponent/components/inputComponent

src/frontend/src/components/core/parameterRenderComponent/components/inputComponent/index.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -196,11 +196,11 @@ export default function InputComponent({
196196
className={className}
197197
placeholder={placeholder}
198198
blurOnEnter={blurOnEnter}
199-
name={name}
200-
id={id}
201-
inputProps={inputProps}
202-
allowAutofill={allowAutofill}
203-
/>
199+
name={name}
200+
id={id}
201+
inputProps={inputProps}
202+
allowAutofill={allowAutofill}
203+
/>
204204
) : (
205205
<>
206206
{isObjectOption ? (

0 commit comments

Comments
 (0)