coingaming / moon_flutter

Moon Design System for Flutter
https://flutter.moon.io
MIT License
125 stars 14 forks source link

Expose `inputFormatter` of `AuthCode ` #408

Closed dickermoshe closed 1 month ago

dickermoshe commented 1 month ago

When creating an AuthCode, we want to make sure users can only enter numbers. This is ussualy done by using

inputFormatters: [WhitelistingTextInputFormatter.digitsOnly],

But it's not currently exposed

dickermoshe commented 1 month ago

Closed via https://github.com/coingaming/moon_flutter/pull/415

Thanks