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