We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d78b63 commit 94aec9eCopy full SHA for 94aec9e
src/core/components/stepper/stepper-class.js
@@ -381,6 +381,7 @@ class Stepper extends Framework7Class {
381
const stepper = this;
382
stepper.typeModeChanged = true;
383
let inputTxt = String(value);
384
+ if (inputTxt.length === 1 && inputTxt === '-') return stepper;
385
if (
386
inputTxt.lastIndexOf('.') + 1 === inputTxt.length ||
387
inputTxt.lastIndexOf(',') + 1 === inputTxt.length
0 commit comments