role has been corrected to combobox for the dropdown (#1438)

This commit is contained in:
MokireddySampath
2023-05-09 23:29:56 +05:30
committed by GitHub
parent c7d1b2dcdb
commit 9267b2cc18
2 changed files with 3 additions and 3 deletions

View File

@@ -165,7 +165,7 @@ export const NewVertexComponent: FunctionComponent<INewVertexComponentProps> = (
</div>
<div>
<Dropdown
role="listbox"
role="combobox"
placeholder="Select an option"
defaultSelectedKey={data.values[0].type}
style={{ width: 100 }}