Skip to content

fix: set default values to time widgets #4383

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

Merged
merged 7 commits into from
Aug 3, 2017

Conversation

sis0k0
Copy link
Contributor

@sis0k0 sis0k0 commented Jun 14, 2017

No description provided.

@@ -8,6 +8,8 @@ import * as platform from "tns-core-modules/platform";
import * as datePickerModule from "tns-core-modules/ui/date-picker";
// << date-picker-require

const currentDateFactory = () => new Date();
Copy link
Contributor

Choose a reason for hiding this comment

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

Why not directly const currentDate = new Date(); instead of factory?

@@ -3,6 +3,9 @@ import { View, Property } from "../core/view";

export * from "../core/view";

const defaultDateFactory = () => new Date();
Copy link
Contributor

Choose a reason for hiding this comment

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

Why not directly const currentDate = new Date(); instead of factory?

@SvetoslavTsenov SvetoslavTsenov changed the title fix: set default values to time widgets [In Progress] fix: set default values to time widgets Jun 27, 2017
@sis0k0 sis0k0 self-assigned this Jul 5, 2017
@sis0k0 sis0k0 added this to the 3.2 (TBD) milestone Jul 5, 2017
@sis0k0 sis0k0 force-pushed the vlaeva/time-properties-default-values branch from 154c601 to 5c6a017 Compare August 3, 2017 12:51
@NativeScript NativeScript deleted a comment from SvetoslavTsenov Aug 3, 2017
@NativeScript NativeScript deleted a comment from SvetoslavTsenov Aug 3, 2017
@NativeScript NativeScript deleted a comment from SvetoslavTsenov Aug 3, 2017
@sis0k0
Copy link
Contributor Author

sis0k0 commented Aug 3, 2017

uitests

@sis0k0 sis0k0 changed the title [In Progress] fix: set default values to time widgets fix: set default values to time widgets Aug 3, 2017
@sis0k0 sis0k0 added the ready for test TSC needs to test this and confirm against live production apps and automated test suites label Aug 3, 2017
@SvetoslavTsenov
Copy link
Contributor

👍

@sis0k0 sis0k0 merged commit 14098d4 into master Aug 3, 2017
@ghost ghost removed the ready for test TSC needs to test this and confirm against live production apps and automated test suites label Aug 3, 2017
@sis0k0 sis0k0 deleted the vlaeva/time-properties-default-values branch August 3, 2017 19:03
@lock
Copy link

lock bot commented Aug 27, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked and limited conversation to collaborators Aug 27, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants