The input filed should not request when length of filed is less than 8.
Here's just an update on js file

Comments

sadeghbayan created an issue. See original summary.

esolitos’s picture

Status: Active » Needs work

The patch seems to alter the whole JS os it's hard to see trhe differences.

If the 8 char is the only matter we could archive the same with a more simple change:

if (this.value.length !== 8) {
  return;
}
sadeghbayan’s picture

StatusFileSize
new499 bytes

yes you're right.
Here's another one with simpler way.

esolitos’s picture

Priority: Normal » Minor
Status: Needs work » Fixed

Fixed in release 1.0

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.