Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Fix character counter directive to not overwrite value accessor #95

Merged
merged 1 commit into from
Jan 23, 2020

Conversation

Blackbaud-SteveBrush
Copy link
Member

This fix makes the character counter directive play nicely with other value accessors on the same FormControl. Originally, the directive was doing too much (writing the value to the control, etc.), when it should only be reading the value and validating it.

@codecov
Copy link

codecov bot commented Jan 22, 2020

Codecov Report

Merging #95 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #95   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          25     25           
  Lines         939    907   -32     
  Branches      132    128    -4     
=====================================
- Hits          939    907   -32
Impacted Files Coverage Δ
...s/character-counter/character-counter.directive.ts 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a27ff4c...0480cc7. Read the comment docs.

@Blackbaud-BobbyEarl
Copy link

@Blackbaud-SteveBrush Blackbaud-SteveBrush merged commit 72c42bf into master Jan 23, 2020
@Blackbaud-SteveBrush Blackbaud-SteveBrush deleted the fix-char-count branch January 23, 2020 17:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants