flowbite-react icon indicating copy to clipboard operation
flowbite-react copied to clipboard

fix(component): add missing display name for checkbox, radio and select

Open davemooreuws opened this issue 1 year ago • 1 comments

Description

There are missing display names on checkbox, radio and select. This causes the following in the docs site: image

Fixes # (issue)

Type of change

Please delete options that are not relevant.

  • [x] Bug fix (non-breaking change which fixes an issue)
  • [x] This change contains documentation update

Breaking changes

None

How Has This Been Tested?

Ran test and build

Checklist:

  • [x] My code follows the style guidelines of this project
  • [x] I have performed a self-review of my own code
  • [x] I have commented my code, particularly in hard-to-understand areas
  • [x] I have made corresponding changes to the documentation
  • [x] My changes generate no new warnings
  • [x] I have added tests that prove my fix is effective or that my feature works
  • [x] New and existing unit tests pass locally with my changes
  • [x] Any dependent changes have been merged and published in downstream modules
  • [x] I have checked my code and corrected any misspellings

davemooreuws avatar Aug 12 '22 02:08 davemooreuws

Codecov Report

Merging #328 (c5cf3f8) into main (e4c795f) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #328   +/-   ##
=======================================
  Coverage   98.24%   98.24%           
=======================================
  Files          89       89           
  Lines        4046     4052    +6     
  Branches      369      369           
=======================================
+ Hits         3975     3981    +6     
  Misses         71       71           
Impacted Files Coverage Δ
src/lib/components/FormControls/Checkbox.tsx 100.00% <100.00%> (ø)
src/lib/components/FormControls/Radio.tsx 100.00% <100.00%> (ø)
src/lib/components/FormControls/Select.tsx 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

codecov[bot] avatar Aug 12 '22 02:08 codecov[bot]