I have this simple Atlassian component (https://atlassian.design/components/textfield/examples):
<Textfield
type="number"
onChange={onChangeWrapped}
/>
And this is what it’s look like in UI
As you may see there is a comma for non-integers, but I need a period there in any OS and browser.