We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46b1138 commit 9644cd5Copy full SHA for 9644cd5
1 file changed
src/text-field-base.tsx
@@ -350,6 +350,7 @@ export const TextFieldBase = React.forwardRef<any, TextFieldBaseProps>(
350
351
{prefix && (
352
<div
353
+ aria-hidden
354
className={classNames(
355
styles.prefix,
356
hasLabel ? styles.inputWithLabel : styles.inputWithoutLabel
0 commit comments