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

Disabling ClockPicker when the field is readable #77

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

Conversation

mariuszkrzaczkowski
Copy link

No description provided.

@@ -367,7 +367,7 @@
fromnow: 0, // set default time to * milliseconds from now (using with default = 'now')
placement: 'bottom', // clock popover placement
align: 'left', // popover arrow align
donetext: '完成', // done button text
donetext: '完�??', // done button text

Choose a reason for hiding this comment

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

Fix this

@PJFonseca
Copy link

Did make a change on my side for this:

if (this.input.is('[readonly]')==true) {
return;
}

Now works better, in my case.

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.

3 participants