Closed LborV closed 5 years ago
In options array
disableOperators: false
In _setEditorOperator method at the begin
if(this.options.disableOperators) { this._step=2; return this._setEditorValue(); }
Excellent idea. Could you submit a Pull request?
In options array
In _setEditorOperator method at the begin