Skip to content

Commit

Permalink
#1935 Show/Hide password label is not translated in Passwordfield v13 (
Browse files Browse the repository at this point in the history
  • Loading branch information
srikant-ch5 authored May 9, 2024
1 parent 8bda732 commit b65eb16
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ import { formatMessage } from "./../../util/property-utils";
class PasswordControl extends React.Component {
constructor(props) {
super(props);

this.reactIntl = props.controller.getReactIntl();
this.id = ControlUtils.getControlId(this.props.propertyId);
}

Expand Down

0 comments on commit b65eb16

Please sign in to comment.