Skip to content

fix(time-picker): Adding the disabled style for items which are outside the min/maxValue range#7347

Merged
Lipata merged 23 commits intomasterfrom
valadzhov/fix-3978-different-styling-for-timepicker-disabled-values
Jul 14, 2020
Merged

fix(time-picker): Adding the disabled style for items which are outside the min/maxValue range#7347
Lipata merged 23 commits intomasterfrom
valadzhov/fix-3978-different-styling-for-timepicker-disabled-values

Conversation

@valadzhov
Copy link
Contributor

@valadzhov valadzhov commented May 15, 2020

Closes #3978

Additional information (check all that apply):

  • Bug fix
  • New functionality
  • Documentation
  • Demos
  • CI/CD

Checklist:

  • All relevant tags have been applied to this PR
  • This PR includes unit tests covering all the new code (test guidelines)
  • This PR includes API docs for newly added methods/properties (api docs guidelines)
  • This PR includes feature/README.MD updates for the feature docs
  • This PR includes general feature table updates in the root README.MD
  • This PR includes CHANGELOG.MD updates for newly added functionality
  • This PR contains breaking changes
  • This PR includes ng update migrations for the breaking changes (migrations guidelines)
  • This PR includes behavioral changes and the feature specification has been updated with them

@valadzhov valadzhov requested a review from Lipata May 15, 2020 15:09
@valadzhov valadzhov added 🐛 bug Any issue that describes a bug and removed 🐛 bug Any issue that describes a bug feature labels May 15, 2020
@valadzhov
Copy link
Contributor Author

Work on this PR will resume after 9.1.x

@valadzhov valadzhov marked this pull request as ready for review July 3, 2020 08:16
@valadzhov valadzhov added version: 10.1.x ❌ status: awaiting-test PRs awaiting manual verification and removed version: 9.0.x labels Jul 3, 2020
PlamenaMiteva
PlamenaMiteva previously approved these changes Jul 3, 2020
@Lipata Lipata requested a review from jackofdiamond5 July 6, 2020 05:40
jackofdiamond5
jackofdiamond5 previously approved these changes Jul 7, 2020
jackofdiamond5
jackofdiamond5 previously approved these changes Jul 7, 2020
Copy link
Contributor

@Lipata Lipata left a comment

Choose a reason for hiding this comment

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

Let's try and move all the applyDisabledStyleForXXX properties in the time-picker component instead of having then in individual directives. This will save passing the same properties for all the directives (selectedHour, etc.). You can use the [ngClass] for setting the appropriate class.

Copy link
Contributor

@Lipata Lipata left a comment

Choose a reason for hiding this comment

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

You can update the changelog.

@valadzhov valadzhov requested a review from Lipata July 9, 2020 14:34
@Lipata Lipata added the squash-merge Merge PR with "Squash and Merge" option label Jul 13, 2020
@PlamenaMiteva PlamenaMiteva added 💥 status: in-test PRs currently being tested and removed ❌ status: awaiting-test PRs awaiting manual verification labels Jul 14, 2020
@PlamenaMiteva PlamenaMiteva added ✅ status: verified Applies to PRs that have passed manual verification and removed 💥 status: in-test PRs currently being tested labels Jul 14, 2020
@Lipata Lipata merged commit 6e5d52b into master Jul 14, 2020
@Lipata Lipata deleted the valadzhov/fix-3978-different-styling-for-timepicker-disabled-values branch July 14, 2020 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🕐 time-picker squash-merge Merge PR with "Squash and Merge" option version: 10.1.x ✅ status: verified Applies to PRs that have passed manual verification

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Define different styling for hours/minutes outside min and max values

4 participants