closeOnEnter property

  1. @Input()
bool closeOnEnter
getter/setter pair

Whether to close on enter even for string non matching options.

Defaults to false.

Implementation

@Input()
bool closeOnEnter = false;