Do not allow focus on Country and State input hidden fields (https://github.com/woocommerce/woocommerce-blocks/pull/1842)
This commit is contained in:
parent
1b69ff666e
commit
e2f769eedf
|
@ -52,6 +52,7 @@ const CountryInput = ( {
|
||||||
padding: '0',
|
padding: '0',
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
} }
|
} }
|
||||||
|
tabIndex={ -1 }
|
||||||
/>
|
/>
|
||||||
) }
|
) }
|
||||||
</>
|
</>
|
||||||
|
|
|
@ -79,6 +79,7 @@ const StateInput = ( {
|
||||||
padding: '0',
|
padding: '0',
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
} }
|
} }
|
||||||
|
tabIndex={ -1 }
|
||||||
/>
|
/>
|
||||||
) }
|
) }
|
||||||
</>
|
</>
|
||||||
|
|
Loading…
Reference in New Issue