I use the " . " as thousand separator, so when i need to put some billion number on chrome,fox or IE it works fine, but on Edge the browser turns the text on a link.
You can test this making a simple html and opening on diferent browsers.
<body>
<label>1,999,999,999</label>
<br>
<label>1.100.100.000</label>
</body>
How can i avoid this on Edge?