Returns true if the option has values for input completion.
public function hasCompletion() : bool { return [] !== $this->suggestedValues; }