When using the Atlassian TextField component with the number type, I get a comma for non-integers, but a period is needed

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

enter image description here

As you may see there is a comma for non-integers, but I need a period there in any OS and browser.