[accessibility-3102916]:[Keyboard Navigation - Azure CosmosDB - Data … (#1834)
* [accessibility-3102916]:[Keyboard Navigation - Azure CosmosDB - Data Explorer]: Keyboard focus is moving to non-interactive control after checkbox control of Advanced button. * Updated Snap. --------- Co-authored-by: Satyapriya Bai <v-satybai@microsoft.com>
This commit is contained in:
parent
14e5efcebf
commit
f56e5e64b9
|
@ -924,10 +924,9 @@ export class AddCollectionPanel extends React.Component<AddCollectionPanelProps,
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
<Text variant="small">
|
<Text variant="small">
|
||||||
<Icon iconName="InfoSolid" className="removeIcon" tabIndex={0} /> To ensure compatibility with
|
<Icon iconName="InfoSolid" className="removeIcon" /> To ensure compatibility with older SDKs, the
|
||||||
older SDKs, the created container will use a legacy partitioning scheme that supports partition
|
created container will use a legacy partitioning scheme that supports partition key values of size
|
||||||
key values of size only up to 101 bytes. If this is enabled, you will not be able to use
|
only up to 101 bytes. If this is enabled, you will not be able to use hierarchical partition keys.{" "}
|
||||||
hierarchical partition keys.{" "}
|
|
||||||
<Link href="https://aka.ms/cosmos-large-pk" target="_blank">
|
<Link href="https://aka.ms/cosmos-large-pk" target="_blank">
|
||||||
Learn more
|
Learn more
|
||||||
</Link>
|
</Link>
|
||||||
|
|
|
@ -466,7 +466,6 @@ exports[`AddCollectionPanel should render Default properly 1`] = `
|
||||||
<Icon
|
<Icon
|
||||||
className="removeIcon"
|
className="removeIcon"
|
||||||
iconName="InfoSolid"
|
iconName="InfoSolid"
|
||||||
tabIndex={0}
|
|
||||||
/>
|
/>
|
||||||
To ensure compatibility with older SDKs, the created container will use a legacy partitioning scheme that supports partition key values of size only up to 101 bytes. If this is enabled, you will not be able to use hierarchical partition keys.
|
To ensure compatibility with older SDKs, the created container will use a legacy partitioning scheme that supports partition key values of size only up to 101 bytes. If this is enabled, you will not be able to use hierarchical partition keys.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue