stable
Clone or download
Read-only
* commit '2edac175206c0ac6f05e008920bd0729fcacce4a': request #18440 User should be able to navigate among list-pickers using tab Change-Id: I2c2699b06fb562b767f0e5414e8700ee4e529d91
Modified Files
Name | ||||
---|---|---|---|---|
M | src/scripts/list-picker/src/dropdown/DropdownManager.test.ts | +20 | −25 | Go to diff View file |
M | src/scripts/list-picker/src/dropdown/DropdownManager.ts | +6 | −6 | Go to diff View file |
M | src/scripts/list-picker/src/events/EventManager.test.ts | +45 | −3 | Go to diff View file |
M | src/scripts/list-picker/src/events/EventManager.ts | +25 | −13 | Go to diff View file |
M | src/scripts/list-picker/src/helpers/keys-helper.test.ts | +38 | −6 | Go to diff View file |
M | src/scripts/list-picker/src/helpers/keys-helper.ts | +12 | −0 | Go to diff View file |
M | src/scripts/list-picker/src/list-picker.ts | +11 | −3 | Go to diff View file |
A | src/scripts/list-picker/src/navigation/FieldFocusManager.test.ts | +104 | −0 | Go to diff View file |
A | src/scripts/list-picker/src/navigation/FieldFocusManager.ts | +46 | −0 | Go to diff View file |
M | src/scripts/list-picker/src/renderers/BaseComponentRenderer.ts | +5 | −1 | Go to diff View file |
M | src/scripts/list-picker/src/type.ts | +1 | −1 | Go to diff View file |