seas-computing / mark-one

A UI component library for building React Apps (in development)
https://seas-computing.github.io/mark-one/
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

adding hideError to the Dropdown , and fix the comments and examples … #78

Closed farassadek closed 3 years ago

farassadek commented 3 years ago
  1. Add hideError prop to the Dropdown component a. Add example in Dropdown.md b. Testing c. Linting

2) Fix the comment in the InputLabel about the hideError prop.

3) Fix the hideError example in the TextInput.md

codecov[bot] commented 3 years ago

Codecov Report

Merging #78 into develop will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop      #78   +/-   ##
========================================
  Coverage    98.24%   98.24%           
========================================
  Files           42       42           
  Lines          513      513           
  Branches        96       96           
========================================
  Hits           504      504           
  Misses           5        5           
  Partials         4        4           
Impacted Files Coverage Δ
src/Forms/InputLabel.tsx 97.14% <ø> (ø)
src/Forms/Dropdown.tsx 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 f20715b...3135001. Read the comment docs.