Skip to content

Commit

Permalink
Merge pull request #547 from aranaravi/ES-496
Browse files Browse the repository at this point in the history
[ES-501]Added placeholder separately instead of using same label
  • Loading branch information
aranaravi authored Jan 18, 2024
2 parents f922a4e + 4797693 commit a2318b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oidc-ui/src/components/Form.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ export default function Form({
id={"_form_" + field.id}
type={field.type}
isRequired={true}
placeholder={t(field.id)}
placeholder={t(field.id + "_placeholder" )}
customClass={inputCustomClass}
imgPath={null}
icon={field.infoIcon}
Expand Down

0 comments on commit a2318b4

Please sign in to comment.