Inspect an input and notice that there is not tabindex set on the element
Open any pinny and close it
Result: Re-inspect the same input and notice that there is a tabindex="-1" set on the element
Expected: There shouldn't be any tabindex attribute set on the element.
Steps to reproduce using pinny examples:
Result: Re-inspect the same input and notice that there is a tabindex="-1" set on the element Expected: There shouldn't be any tabindex attribute set on the element.