Skip to content

Commit

Permalink
fix(Input): crash on focus after page translation (#3572)
Browse files Browse the repository at this point in the history
  • Loading branch information
Funkicide authored Dec 27, 2024
1 parent a0dab56 commit 2a14eb4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export class InternalMaskedInput extends React.PureComponent<InternalMaskedInput
style={{ ...style }}
/>
{this.isMaskVisible() && (
<span className={cx(styles.inputMask(this.theme), leftClass)}>
<span className={cx(styles.inputMask(this.theme), leftClass)} translate="no">
{leftHelper}
{rightHelper}
</span>
Expand Down

0 comments on commit 2a14eb4

Please sign in to comment.