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

Add 'append' option : define object where clockpicker is appened #84

Open
wants to merge 2 commits into
base: gh-pages
Choose a base branch
from

Conversation

Brozowski
Copy link

Default object is body.

Allow to use clockpicker in bootstrap scrollable modal.

if (this.options.twelvehour) {
value = value + this.amOrPm;
}


this.input.prop('value', value);
if (value !== last) {
this.input.triggerHandler('change');
if (! this.isInput) {
this.element.trigger('change');
}
}

Choose a reason for hiding this comment

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

Suggested change
}
###
> [`**}**`](
-
- [ ] 1. url
)

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.

2 participants