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

Implement errors getter on form builder state #1234

Merged
merged 1 commit into from
May 1, 2023
Merged

Conversation

deandreamatias
Copy link
Collaborator

@deandreamatias deandreamatias commented May 1, 2023

Connection with issue(s)

Close #1014

Solution description

  • Filter fields with errors and convert to map with name and errorText

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

@codecov
Copy link

codecov bot commented May 1, 2023

Codecov Report

Merging #1234 (16359a6) into main (81c3b97) will increase coverage by 0.05%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #1234      +/-   ##
==========================================
+ Coverage   86.03%   86.09%   +0.05%     
==========================================
  Files          20       20              
  Lines         716      719       +3     
==========================================
+ Hits          616      619       +3     
  Misses        100      100              
Impacted Files Coverage Δ
lib/src/form_builder.dart 77.38% <100.00%> (+0.83%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@deandreamatias deandreamatias merged commit 52fbc62 into main May 1, 2023
5 checks passed
@deandreamatias deandreamatias deleted the feature-1014 branch May 1, 2023 16:26
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.

Access to error list strings from each field
1 participant