Meta Box
Support Forum
Support › Meta Box Builder › Bug: Custom Field type Number allows characterResolved
The Custom Field type Number is allowing the character "e" to be inputted. Added via the Builder. See link.
Issue: https://nimb.ws/x9Aqyi
Settings: https://nimbusweb.me/s/share/4235151/z049nt2uexuxvuyd2i4h
Hi,
The HTML5 input type number accepts the character e where the exponent is the number after the e or E, for example, 10e2 = 1000 but it isn't supported to save.
number
e
For more information, please follow some guides. https://www.filamentgroup.com/lab/type-number.html https://stackoverflow.com/questions/31706611/why-does-the-html-input-with-type-number-allow-the-letter-e-to-be-entered-in https://html.spec.whatwg.org/multipage/forms.html#number-state-(type=number)
ahh.... thanks for the clarification.