Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a regex validator for FreeTextFieldType #69

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

AndreFCruz
Copy link

Added an optional regex argument to the constructor of FreeTextFieldType to validate the input.

Further discussion found in Issue #68

Closes #68

@codecov
Copy link

codecov bot commented May 24, 2022

Codecov Report

Merging #69 (41f2dcb) into master (621b2dc) will increase coverage by 0.14%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #69      +/-   ##
============================================
+ Coverage     84.82%   84.96%   +0.14%     
- Complexity      281      285       +4     
============================================
  Files            38       38              
  Lines           738      745       +7     
  Branches         69       71       +2     
============================================
+ Hits            626      633       +7     
  Misses           79       79              
  Partials         33       33              
Impacted Files Coverage Δ
...ovider/descriptor/fieldtype/FreeTextFieldType.java 95.45% <100.00%> (+2.12%) ⬆️

@antssilva96 antssilva96 requested a review from a user May 24, 2022 15:29
@AndreFCruz
Copy link
Author

hey, can we merge this? 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Field type to validate "free" text inputs
2 participants