This is for the exclude/include fields under the `_source` field in the Advanced options tab. <img width="618" alt="Screen Shot 2020-01-08 at 2 52 54 PM" src="https://user-images.githubusercontent.com/5226211/72014725-77527b00-322e-11ea-8357-ba8697e0cac9.png"> <img width="599" alt="Screen Shot 2020-01-08 at 3 03 29 PM" src="https://user-images.githubusercontent.com/5226211/72014726-77eb1180-322e-11ea-8a29-217190a7144c.png"> Since we only allow custom options, I think we just need to add the `noSuggestions` prop to the `EuiComboBox` to remove this copy.
This is for the exclude/include fields under the
_sourcefield in the Advanced options tab.Since we only allow custom options, I think we just need to add the
noSuggestionsprop to theEuiComboBoxto remove this copy.