vigetlabs / colonel-kurtz

A Block Editor
MIT License
319 stars 33 forks source link

Automatically generate labels on fields #145

Closed nhunzaker closed 5 years ago

nhunzaker commented 5 years ago

When a field is not given an id, automatically generate a wired up label for the field addon.

I noticed this doing some integration work. We were putting the logic in place to setup a unique ID for its own sake. We can just do this under the hood.

codecov-io commented 5 years ago

Codecov Report

Merging #145 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #145   +/-   ##
=======================================
  Coverage   93.49%   93.49%           
=======================================
  Files          33       33           
  Lines         246      246           
  Branches       28       28           
=======================================
  Hits          230      230           
  Misses         14       14           
  Partials        2        2

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 c504378...0488a1c. Read the comment docs.