Fixed an issue where user was unable to select privileges in Safari #5327

This commit is contained in:
Pravesh Sharma
2022-09-29 16:41:11 +05:30
committed by GitHub
parent 56fb24c24a
commit 9817a9b20f
2 changed files with 2 additions and 1 deletions

View File

@@ -131,7 +131,7 @@ export default function Privilege({value, onChange, controlProps}) {
return (
<div className={classes.root}>
<InputText value={textValue} readOnly/>
<table className={clsx(classes.table, 'priv-table')}>
<table className={clsx(classes.table, 'priv-table')} tabIndex="0">
{(realVal.length > 1) && <thead>
<tr>
<td className={classes.tableCell}>