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

fix required labels to use the showRequiredLabel prop #498

Merged
merged 2 commits into from
Dec 19, 2017

Conversation

gkchestertron
Copy link

This project uses semver, please check the scope of this pr:

  • #none# - documentation fixes and/or test additions
  • #patch# - backwards-compatible bug fix
  • #minor# - adding functionality in a backwards-compatible manner
  • #major# - incompatible API change

CHANGELOG

  • make date, datetime, when, and section show required label based on showRequiredLabel prop

@@ -18,7 +18,7 @@
{{title}}
</h3>
{{/if}}
{{#if required}}
{{#if showRequiredLabel}}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think frost-bunsen-section has the showRequiredLabel computed property does it?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No - you are right.

@sophypal
Copy link
Contributor

sophypal commented Dec 19, 2017

👍

Approved with PullApprove

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling c2d6e7a on gkchestertron:fix-require-labels into ** on ciena-frost:master**.

@sophypal sophypal merged commit 0cd867f into ciena-frost:master Dec 19, 2017
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.

3 participants