From 877813b7f9ec96b2a310bfcbbf24fe4b6e09b3af Mon Sep 17 00:00:00 2001 From: vaidankarswapnil Date: Mon, 20 Sep 2021 19:13:29 +0530 Subject: [PATCH] Fix a11y database Id radiobutton issue --- src/Explorer/Panes/AddCollectionPanel.tsx | 66 +++++++++++++---------- 1 file changed, 39 insertions(+), 27 deletions(-) diff --git a/src/Explorer/Panes/AddCollectionPanel.tsx b/src/Explorer/Panes/AddCollectionPanel.tsx index 170a8a925..628ef5e2f 100644 --- a/src/Explorer/Panes/AddCollectionPanel.tsx +++ b/src/Explorer/Panes/AddCollectionPanel.tsx @@ -1,9 +1,11 @@ import { ActionButton, Checkbox, + ChoiceGroup, DefaultButton, DirectionalHint, Dropdown, + IChoiceGroupOption, Icon, IconButton, IDropdownOption, @@ -125,6 +127,26 @@ export class AddCollectionPanel extends React.Component