We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8bb41e commit 781c0dcCopy full SHA for 781c0dc
src/Cleave.js
@@ -307,7 +307,7 @@ Cleave.prototype = {
307
if (pps.prefix) {
308
if (pps.tailPrefix) {
309
value = value + pps.prefix;
310
- } else if(value !== pps.prefix) {
+ } else {
311
value = pps.prefix + value;
312
}
313
src/Cleave.react.js
@@ -359,7 +359,7 @@ var cleaveReactClass = CreateReactClass({
359
360
361
362
- } else if (value !== pps.prefix) {
363
364
365
0 commit comments