Completed
Last Updated: 01 May 2023 06:53 by ADMIN
Pete
Created on: 18 Apr 2023 08:55
Category: DropDownList
Type: Bug Report
1
The disabled DropDownList and Button components are focusable

Describe the bug
When the AutoComplete and Button components are disabled, they are still focusable.

To Reproduce

  1. Open this StackBlitz example
  2. Press the Tab key to focus the DropDownList
  3. Press the Tab key for a second time to focus the Button

Expected behavior
When disabled, both the DropDownList and Button should not be focusable

0 comments