Formatting Currency in Swiftui Textfield while typing
Need to format the currency while typing in textfield. I have tried many answers but nothing worked in my case. My currency is INR. When user type it should change from, example 1200 to ₹1,200. I am able to convert it to ₹1200 but comma is missing.