flutter-form-builder-ecosystem / form_builder_validators

Form Builder Validators is set of validators for FormFields. It provides common validators and a way to reuse multiple validators
https://pub.dev/packages/form_builder_validators
BSD 3-Clause "New" or "Revised" License
52 stars 98 forks source link

[General]: Add some TextInputFormatter for validator types #124

Open martijn00 opened 4 months ago

martijn00 commented 4 months ago

Is there an existing issue for this?

Package/Plugin version

11.0.0

What you'd like to happen

It might be a good idea to add some TextInputFormatter's for things like date validators, creditcard, etc. That way users can have the same mask as the validator.

Alternatives you've considered

No response

Aditional information

No response

deandreamatias commented 4 months ago

The TextInputFormatter is only for UI right? I don't know if make sense related UI with validators logic inside this package