diff --git a/CHANGELOG.md b/CHANGELOG.md index ed884b77d7..4a9bd0978c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -80,6 +80,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - [\#1638](https://github.com/cosmos/voyager/issues/1638) removed account password from the state and now user has to input it on every transaction @fedekunze - [\#1655](https://github.com/cosmos/voyager/issues/1655) Text and Textarea fields trimmed @sabau - [\#1686](https://github.com/cosmos/voyager/issues/1686) Changed proposals from array to object @sabau +- [\#1724](https://github.com/cosmos/voyager/issues/1724) set tabindex attribute to -1 for readonly denom on ModalProposals. tab navgiation now skips element @enyan94 ### Fixed diff --git a/app/src/renderer/components/governance/ModalPropose.vue b/app/src/renderer/components/governance/ModalPropose.vue index eb5d1c8343..5d6f4e6311 100644 --- a/app/src/renderer/components/governance/ModalPropose.vue +++ b/app/src/renderer/components/governance/ModalPropose.vue @@ -52,6 +52,7 @@ diff --git a/test/unit/specs/components/governance/__snapshots__/ModalPropose.spec.js.snap b/test/unit/specs/components/governance/__snapshots__/ModalPropose.spec.js.snap index ae11dc8db1..2d899a5e44 100644 --- a/test/unit/specs/components/governance/__snapshots__/ModalPropose.spec.js.snap +++ b/test/unit/specs/components/governance/__snapshots__/ModalPropose.spec.js.snap @@ -92,6 +92,7 @@ exports[`ModalPropose component matches snapshot has the expected html structure id="denom" placeholder="stake" readonly="readonly" + tabindex="-1" type="text" />