We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4c4f25 commit b0cc3cdCopy full SHA for b0cc3cd
packages/compass-crud/src/components/table-view/types-dropdown.tsx
@@ -32,7 +32,6 @@ const TypesDropdown: React.FunctionComponent<TypesDropdownProps> = ({
32
onChange={handleTypeChange}
33
allowDeselect={false}
34
value={element.currentType}
35
- readOnly={false}
36
// NOTE: Leafygreen doesn't support aria-label and only understand "aria-labelledby" and "label" instead
37
aria-labelledby=""
38
aria-label="Field type"
0 commit comments