Skip to content

Commit

Permalink
Merge pull request #1738 from enyan94/1724-tab-navigation
Browse files Browse the repository at this point in the history
1724 tab navigation for ModalProposals
  • Loading branch information
faboweb authored Dec 13, 2018
2 parents 10dc023 + ccfea21 commit 1f795f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions app/src/renderer/components/governance/ModalPropose.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
<tm-field
id="denom"
:placeholder="denom"
:tabindex="-1"
type="text"
readonly="readonly"
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ exports[`ModalPropose component matches snapshot has the expected html structure
id="denom"
placeholder="stake"
readonly="readonly"
tabindex="-1"
type="text"
/>
Expand Down

0 comments on commit 1f795f0

Please sign in to comment.