Initial Relay support implementation (TS011).

Closes #59.
This commit is contained in:
Orne Brocaar
2023-05-22 11:04:13 +01:00
parent 513aa7804d
commit cefe61072d
138 changed files with 28259 additions and 5157 deletions

View File

@ -11,6 +11,7 @@ interface IProps {
required?: boolean;
value?: string;
disabled?: boolean;
tooltip?: string;
}
interface IState {
@ -204,6 +205,7 @@ class EuiInput extends Component<IProps, IState> {
]}
label={this.props.label}
name={this.props.name}
tooltip={this.props.tooltip}
>
<Input hidden />
<Input