cedvdb / phone_form_field

Flutter phone number input
https://pub.dev/packages/phone_form_field
MIT License
73 stars 100 forks source link

fix: handle change on country selection #247

Closed Suman085 closed 6 months ago

Suman085 commented 6 months ago

The onChange does not trigger when country is updated which is unexpected The didChange was not called because of which the form was on a bad state

fix: handle change on country selection

Suman085 commented 6 months ago

@cedvdb https://github.com/cedvdb/phone_form_field/issues/240

cedvdb commented 6 months ago

Thanks, for your first contribution.

Could you

Suman085 commented 6 months ago

Thanks, for your first contribution.

Could you

  • [x] update the changelog to add an entry this bug was fixed
  • [x] add a test so this doesn't break in the future.

Awesome package though!!! Lemme know if this needs changes