سؤال

Hello I'm facing the issue, when I change the input type text to number then it will allow the small and capital E latter rest of all letter will not able to type from keyboard but how can we prevent this error using js in magento2

please check the images below

enter image description here

هل كانت مفيدة؟

المحلول

نصائح أخرى

The latter "e" and "E" represent a floating number when you use the number as input type.

use below code to prevent it

<input type="number" onkeydown="return event.keyCode !== 69" />
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى magento.stackexchange
scroll top