Enhance super tab
This commit is contained in:
parent
8761bb8dae
commit
052aca3119
8 changed files with 69 additions and 60 deletions
|
@ -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'}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue