gtgalone / currency_text_input_formatter

Currency Text Input Formatter for Flutter.
https://pub.dev/packages/currency_text_input_formatter
MIT License
50 stars 28 forks source link

How to Disable Locale #16

Closed echomartha closed 3 years ago

echomartha commented 3 years ago

i want this IDR not showing , its that possible ?

image

gtgalone commented 3 years ago

@echomartha Thank you for using!

That is the symbol.

You can remove with passing argument symbol: ''.

echomartha commented 3 years ago

@gtgalone okay thanks for your response :)