Validity class currently unused on tooltip
parent
40f16fa310
commit
edb7f39ec9
|
@ -113,7 +113,7 @@ export default class Field extends React.PureComponent {
|
|||
let feedback;
|
||||
if (this.state.feedback) {
|
||||
feedback = <Tooltip
|
||||
tooltipClassName={`mx_Field_tooltip ${validClass}`}
|
||||
tooltipClassName="mx_Field_tooltip"
|
||||
label={this.state.feedback}
|
||||
/>;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue