DecimalPad not working

Hello 
When I write decimal numbers in my SwiftUI app, the app doesn't detect the comma ( , )
How do I solve it? (I'm using a DecimalPad)
Thank you
Have you set the locale properly ?

Could you show what you did ?
Can you explain a few things in more detail?

the app doesn't detect the comma

What do you mean with this? The app does not show a keypad with comma? Or comma is included in the keypad, but user's touching it has no effect? Or something else?

using a DecimalPad

What is DecimalPad? Is it a third party library? Or do you mean .decimalPad in keyboardType modifier? Or something else?
You could make your intention clearer when you showed your code.


And one more.

Decimal point or thousand separator, or keys shown in keypad of .decimalPad, all such things are affected by the Language Settings. How have you set in your testing environment?
DecimalPad not working
 
 
Q