enterAccepts property

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

If set to true, the toolbelt buttons will listen for Enter keyup events and trigger the yes action on them.

Implementation

@Input()
bool enterAccepts = false;