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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 69 additions and 60 deletions

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'}