Input setting inputmode="numeric" but I dont know where it comes from

Viewed 51

This is some input, I have a lot of them that are the same except for the id and name:

<input type="text" class="req decimal-23 " 
 id="kgConc" name="kgConc" data-invalidmessage="<?=lang('Firescon.required_field')?>"
 placeholder="kg" value="<?=$records->kgConc?>">

But then in the web browser you can see in the inspector that it has the attribute inputmode="numeric" which gives me some trouble at some things I want to do and I want to be able to delete them from the input manually, its from an jQuery library, inputmask I think, does anyone know the reason? thanks in advice

0 Answers
Related