Enhance super tab

This commit is contained in:
Josh Perez
2023-05-09 11:52:03 -04:00
committed by GitHub
parent 8761bb8dae
commit 052aca3119
8 changed files with 69 additions and 60 deletions
+1
View File
@@ -781,6 +781,7 @@ export function CompositionInput(props: Props): React.ReactElement {
{({ ref }) => (
<div
className={getClassName('__input')}
data-supertab
ref={ref}
data-testid="CompositionInput"
data-enabled={disabled ? 'false' : 'true'}