Skip to content

Commit

Permalink
[ML] customOptionText
Browse files Browse the repository at this point in the history
  • Loading branch information
darnautov committed Oct 30, 2020
1 parent 044768a commit 3ad0468
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,9 @@ export class EntityControl extends Component<EntityControlProps, EntityControlSt
})}
singleSelection={{ asPlainText: true }}
onCreateOption={this.onManualInput}
customOptionText={i18n.translate('xpack.ml.timeSeriesExplorer.setManualInputHelperText', {
defaultMessage: 'No matching values',
})}
options={options}
selectedOptions={selectedOptions}
onChange={this.onChange}
Expand Down

0 comments on commit 3ad0468

Please sign in to comment.