HTML
<lightning-input type="number" min="0" label="Quantity" ></lightning-input>
So if write something is this and out of the field then it automatically add the comma in between the number and i do not want the comma how i can remove it ?
and yeah if i am using text type instead of number type in lightning input type then comma is not coming but in text field i can write the alphabets and i want only numbers in my field