Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Fix timepicker input clear #1772

Conversation

Blackbaud-JackMcElhinney
Copy link
Contributor

Allows clearing of input of timepicker by setting ngModel to undefined.

Resolves: #1759

@blackbaud-sky-savage
Copy link
Collaborator

Tests passed. Automated cross-browser testing via BrowserStack and Travis CI shows that the JavaScript changes in this pull request are: CONFIRMED

Commit: fffe361
Build details: https://travis-ci.org/blackbaud-sky-savage/skyux2/builds/397942004

(Please note that this is a fully automated comment.)

@codecov-io
Copy link

codecov-io commented Jun 28, 2018

Codecov Report

Merging #1772 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1772   +/-   ##
=======================================
  Coverage   99.98%   99.98%           
=======================================
  Files         410      410           
  Lines        8585     8585           
  Branches     1267     1267           
=======================================
  Hits         8584     8584           
  Misses          1        1
Impacted Files Coverage Δ
src/modules/timepicker/timepicker.directive.ts 100% <100%> (ø) ⬆️

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 37a540b...5899ae4. Read the comment docs.

@@ -24,6 +24,9 @@ <h3>
<div>
Selected time is {{selectedTime1?.local}}
</div>
<p>
<button class="sky-btn sky-btn-secondary" (click)="clearSelectedTime()">Clear selected time</button>

Choose a reason for hiding this comment

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

Needs type="button". Also, let's break up the attributes into multiple lines.

#1647 (comment)

@blackbaud-sky-savage
Copy link
Collaborator

Tests failed. Automated cross-browser testing via BrowserStack and Travis CI shows that the JavaScript changes in this pull request are: BUSTED

Commit: e98e75e
Build details: https://travis-ci.org/blackbaud-sky-savage/skyux2/builds/399717266

(Please note that this is a fully automated comment.)

@blackbaud-sky-savage
Copy link
Collaborator

Tests failed. Automated cross-browser testing via BrowserStack and Travis CI shows that the JavaScript changes in this pull request are: BUSTED

Commit: c5d1983
Build details: https://travis-ci.org/blackbaud-sky-savage/skyux2/builds/404932110

(Please note that this is a fully automated comment.)

@blackbaud-sky-savage
Copy link
Collaborator

Tests passed. Automated cross-browser testing via BrowserStack and Travis CI shows that the JavaScript changes in this pull request are: CONFIRMED

Commit: 6b22508
Build details: https://travis-ci.org/blackbaud-sky-savage/skyux2/builds/405039064

(Please note that this is a fully automated comment.)

@blackbaud-sky-savage
Copy link
Collaborator

Tests passed. Automated cross-browser testing via BrowserStack and Travis CI shows that the JavaScript changes in this pull request are: CONFIRMED

Commit: 5899ae4
Build details: https://travis-ci.org/blackbaud-sky-savage/skyux2/builds/405064743

(Please note that this is a fully automated comment.)

@Blackbaud-SteveBrush Blackbaud-SteveBrush merged commit dab4145 into blackbaud:master Jul 17, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants