-
Notifications
You must be signed in to change notification settings - Fork 4
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
zz Customization #4
base: master
Are you sure you want to change the base?
zz Customization #4
Conversation
* Change positioning logic for non-inline usage * Add support for ui-select dropdown to facilitate projects using ui-select as standard dropdown * nextYeras, prevYears, hideTodayDate, useAngularUiSelect options added * Some style enhancements * Other minor adjustments
680aefd
to
8c7d4ed
Compare
8c7d4ed
to
5c234af
Compare
…al cases * Update bower and package main files to also have css. * Stop propogation of click on selection of month or year, to prevent closing of the non-inline popup.
5c234af
to
fe537cd
Compare
…al cases * Update bower and package main files to also have css. * Stop propogation of click on selection of month or year, to prevent closing of the non-inline popup.
…ehmandevsinc/angular-datepicker-light into feature/zz-customizations
…l hide/show calender * Properly handle clicks on dropdowns to prevent closing calender.
1313a69
to
eb74cf8
Compare
We are still not finished with customizations/fixes on this. I will keep committing to this branch and will let you know when finished. |
* Initiate datepicker after pageload(i.e in timeout(0), this is used to solve many problems which were arising because of initialization before complete page load. * altTarget and toggleTarget can be passed as raw string selectors, which are resolved after page load. This solves the problem when we don't have rightly evaluated selectors before page load. * Fixes and enhancements to documentclick handler, should solve all issues related to clicks in dropdowns(it has some todo's) * Pure JQuery dependency is added, .is and .has functions of JQUery were needed and we were short on time to find pure JS or JQlite alternatives for these JQuery functions. Removing this dependency is in TODO's. * Better detection of toggleTarget with in altTarget, if it is so, than click on toggletarget will not trigger altTarget click. '
468a659
to
7065add
Compare
In last commit, to solve certain problems, i had to use jquery's .has and .is methods which are not available in jqlite. Because of which i had to add jquery 1.6+ dependency. |
Great work with all the fixes and features. However, I cannot merge this directly to master due to the level of changes. I have created a
I have added the following options on the
|
Let me create PR with dev as is now, if any updates are needed i will try to implement on weekend(week days are quite busy this week). |
Turns out, as dev is a new branch, github is not letting me create on that, see this SO post Will take some time to sort this out from my end. |
Create a single commit with options 1 to 5. It will be easier to review that way. Next, you can create another commit with only the Yes,
|
That's reasonable for toggleTarget to be true or a selector. About a separate commit, can i ask what might be the reason to keep ui-select separate? If we are adding this option than why not let it be in same commit? Also by 5 options, does this also include all the fixes? |
No hurry, weekend is fine. I prefer a separate commit for Did you try cloning 'dev' and creating a new branch from it? |
Will do, weekend :) |
13dbad7
to
dbd0f6c
Compare
No description provided.