Skip to content

Commit

Permalink
Add customLabel to Input type (#1422)
Browse files Browse the repository at this point in the history
OKTA-616638 Add customLabel to Input type
  • Loading branch information
denysoblohin-okta authored Jun 28, 2023
1 parent b3991a2 commit 0a23b5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
### Other

- [#1409](https://github.com/okta/okta-auth-js/pull/1409) Adds password page to React myaccount sample app
- [#1422](https://github.com/okta/okta-auth-js/pull/1422) IDX: add `customLabel` to `Input` type

## 7.3.0

Expand Down
1 change: 1 addition & 0 deletions lib/idx/types/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ export type Input = {
options?: IdxOption[];
mutable?: boolean;
visible?: boolean;
customLabel?: boolean
}


Expand Down

0 comments on commit 0a23b5a

Please sign in to comment.