Skip to content

Commit

Permalink
feat(feedback): Add triggerAriaLabel (#10830)
Browse files Browse the repository at this point in the history
* add triggerAriaLabel

* escape?

* Update docs/platforms/javascript/common/user-feedback/configuration/index.mdx

Co-authored-by: Michelle Zhang <56095982+michellewzhang@users.noreply.github.com>

---------

Co-authored-by: Michelle Zhang <56095982+michellewzhang@users.noreply.github.com>
  • Loading branch information
c298lee and michellewzhang committed Jul 25, 2024
1 parent 498f827 commit 585a78f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ The following options can be configured for the integration in `feedbackIntegrat
| Key | Default | Description |
| ----------------------------- | ---------------------------------------- | ------------------------------------------------------------------------------ |
| `triggerLabel` | `"Report a Bug"` | The label of the injected button that opens up the feedback form when clicked. |
| `triggerAriaLabel` | `triggerLabel` \|\| `"Report a Bug"` | The aria label of the injected button that opens up the feedback form when clicked. Available starting in SDK v8.20.0. |
| `formTitle` | `"Report a Bug"` | The title at the top of the feedback form. |
| `submitButtonLabel` | `"Send Bug Report"` | The label of the submit button used in the feedback form. |
| `cancelButtonLabel` | `"Cancel"` | The label of cancel buttons used in the feedback form. |
Expand Down

0 comments on commit 585a78f

Please sign in to comment.