enterAccepts property
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;
If set to true, the toolbelt buttons will listen for Enter keyup
events
and trigger the yes
action on them.
@Input()
bool enterAccepts = false;