79156322

Date: 2024-11-04 16:55:01
Score: 0.5
Natty:
Report link

VueJs

an example in case you are looking for vue.js app

<input
    type="number"
    step="0.01"  
    @invalid="(e) => e.target.setCustomValidity('your error message')"
/>

can use directly by using this as well which will refer specifically to that input field

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: sheerazabbas