GaspardMerten / flutter_auto_form

A package simplifying the process of creating user friendly forms in Flutter
MIT License
26 stars 3 forks source link

Request: AFNumberField should open a numeric keyboard #8

Open tomstgeorge opened 2 years ago

tomstgeorge commented 2 years ago

Would be nice if the AFNumberField opened up a numeric keyboard rather than the default alphanumeric keyboard (Android API 30)

GaspardMerten commented 2 years ago

Hello @tomstgeorge ,

This is now the default behaviour for the new version (currently on the dev channel on pub.dev):

Use 1.0.0-dev.1 to select it.