form_builder_validators icon indicating copy to clipboard operation
form_builder_validators copied to clipboard

add notMatch to FormFieldValidator

Open falconwoods opened this issue 2 years ago • 1 comments

scenario: require password not to contain whitespace, etc

Connection with issue(s)

Close #???

Connected to #???

Solution description

Screenshots or Videos

To Do

  • [ ] Read contributing guide
  • [ ] Check the original issue to confirm it is fully satisfied
  • [ ] Add solution description to help guide reviewers
  • [ ] Add unit test to verify new or fixed behaviour
  • [ ] If apply, add documentation to code properties and package readme

falconwoods avatar Aug 07 '23 21:08 falconwoods

// example: require password not to contain whitespace FormBuilderValidators.notMatch(r'\s', errorText: 'cannot contain whitespace')

falconwoods avatar Aug 07 '23 21:08 falconwoods

Replace by #58

deandreamatias avatar May 24 '24 10:05 deandreamatias