mirror of https://github.com/status-im/consul.git
Fixes issue - 20109 (#20111)
* Fixes #20109 * add @hasA11yRefocus false * add changelog * Update ui/packages/consul-ui/app/components/hashicorp-consul/index.hbs Co-authored-by: Tauhid Anjum <tauhidanjum@gmail.com> --------- Co-authored-by: Tauhid Anjum <tauhidanjum@gmail.com>
This commit is contained in:
parent
c6c2d8bf82
commit
69f775da9a
|
@ -0,0 +1,3 @@
|
|||
```release-note:bug
|
||||
UI: fix autofocus on search box when page refreshes on typing in it due to url change.
|
||||
```
|
|
@ -73,7 +73,7 @@
|
|||
</:notifications>
|
||||
|
||||
<:side-nav>
|
||||
<Hds::SideNav @isResponsive={{false}} class='consul-side-nav' data-test-navigation>
|
||||
<Hds::SideNav @hasA11yRefocus={{false}} @isResponsive={{false}} class='consul-side-nav' data-test-navigation>
|
||||
<:header>
|
||||
<Hds::SideNav::Header>
|
||||
<:logo>
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
</:notifications>
|
||||
|
||||
<:side-nav>
|
||||
<Hds::SideNav @isResponsive={{true}} class='consul-side-nav'>
|
||||
<Hds::SideNav @hasA11yRefocus={{false}} @isResponsive={{true}} class='consul-side-nav'>
|
||||
<:header>
|
||||
<Hds::SideNav::Header>
|
||||
<:logo>
|
||||
|
|
Loading…
Reference in New Issue