mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-18 16:31:31 +00:00
2276949test (#1433)
* autoscale and manual radiobuutton fixes
* alt text attribute for images
* Revert "alt text attribute for images"
This reverts commit 5a660551c6.
* alt text for decorative images
* sev2 accessibilitydefects in data explorer
* Commit to my local branch
* Autofocus removed
* Update TableEntity.tsx
* Update TableEntity.tsx
* Update TableEntity.tsx
* Update ThroughputInput.tsx
* Update ThroughputInput.test.tsx.snap
* Update TreeComponent.tsx
* Update TreeComponent.test.tsx.snap
* Update AddCollectionPanel.tsx
* Update SplashScreen.tsx
This commit is contained in:
@@ -55,7 +55,6 @@ export const EntityValue: FunctionComponent<TableEntityProps> = ({
|
||||
label={entityValueLabel && entityValueLabel}
|
||||
className="addEntityTextField"
|
||||
id="entityValueId"
|
||||
autoFocus
|
||||
disabled={isEntityValueDisable}
|
||||
type={entityValueType}
|
||||
placeholder={entityValuePlaceholder}
|
||||
|
||||
Reference in New Issue
Block a user