Editable counter?

Hello experts!

Is it possible to make editable the number field in counter component to set its value directly?
This feature could be make that component more convenient to use.

Hello,

you can use html5 “number” input instead of counter view:

{ view: “text”, type: “number”, label: ‘Count’, id: “count”, value: 2 },