coingaming / moon_flutter

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

Expose `inputFormatter` of `AuthCode ` #408

Closed dickermoshe closed 5 months ago

dickermoshe commented 5 months 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 5 months ago

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

Thanks