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

feat(editors): add min/max length options to text editors #30

Merged
merged 2 commits into from
Jul 28, 2020

Conversation

ghiscoding
Copy link
Owner

  • add a text length counter (currentTextLength/maxLength) to the LongText Editor
  • the new minLenght, maxLength options can be used by the following Editors (autoComplete, longText, text)
  • also flip the position of the Cancel/Save buttons, Cancel should be on the left and Save on the right

- add a text length counter (currentTextLength/maxLength) to the LongText Editor
- the new `minLenght`, `maxLength` options can be used by the following Editors (autoComplete, longText, text)
- also flip the position of the Cancel/Save buttons, Cancel should be on the left and Save on the right
@codecov
Copy link

codecov bot commented Jul 28, 2020

Codecov Report

Merging #30 into master will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #30      +/-   ##
==========================================
+ Coverage   99.60%   99.60%   +0.01%     
==========================================
  Files         185      185              
  Lines       10017    10062      +45     
  Branches     3297     3415     +118     
==========================================
+ Hits         9976    10021      +45     
  Misses         41       41              
Impacted Files Coverage Δ
...es/common/src/editorValidators/integerValidator.ts 100.00% <ø> (ø)
packages/common/src/editors/autoCompleteEditor.ts 100.00% <ø> (ø)
packages/common/src/editors/textEditor.ts 100.00% <ø> (ø)
packages/common/src/constants.ts 100.00% <100.00%> (ø)
...kages/common/src/editorValidators/textValidator.ts 100.00% <100.00%> (ø)
packages/common/src/editors/longTextEditor.ts 100.00% <100.00%> (ø)

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 a74799f...25b8003. Read the comment docs.

@ghiscoding ghiscoding merged commit 318c70c into master Jul 28, 2020
@ghiscoding ghiscoding deleted the feat/editor-min-max-length branch July 28, 2020 17:59
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.

2 participants