-
Notifications
You must be signed in to change notification settings - Fork 69
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
Exactmins #7
base: master
Are you sure you want to change the base?
Exactmins #7
Conversation
@@ -1,5 +1,5 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you also update the entry point of main property?
"main": [
"./dist/js/materialize.clockpicker.js",
"./dist/css/materialize.clockpicker.css"
],
this is also useful when injecting files to index.html e.g when using gulp-inject
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@danswater good one, I will change that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@victor-perez, Thanks! I am amazed that you're still online right now.
# The first commit's message is: merge # This is the 2nd commit message: ADDED option: appendto
Option target
ADDED cancelbtn
Ee...there are some conflicts here... |
+1 This would be nice. |
aea686b
to
431a657
Compare
Maybe you also like this feature, in some applications, you are only allowed to set 5, 10, 15 etc, so you are not allowed to set exact minutes.
I've added a new option that allows you to disable exact minutes
exactmins.
defaulttrue
I've also updated the documentation for this new feature.