-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
feat(datepicker): Style/mark individual dates in datepicker #3958
Comments
Sounds like a good solution! Need this. |
I miss the same feature, need this for an ongoing project. |
Would be great! |
great work @martintro, please make this available in master, or please describe how to achieve the feature with current system |
@pavinthan I will try to make a new PR with this functionality as soon as my current inline datepicker PR (#3956) is merged to development branch. |
This is not closed yet, because the commit was reverted in the pull request. Could you open this one again? |
@pavinthan Now the pull request is made. I hope we can get a release with this as soon as possible :) |
…#3956) * feat(datepicker): Add directive for inline datepicker Closes valor-software#3955 * feat(datepicker): add support to set custom classes on specific dates Closes valor-software#3958 * Revert "feat(datepicker): add support to set custom classes on specific dates" This reverts commit 47a1a11. * feat(datepicker): resolve conflicts * fix(datepicker): fix tslint * fix(datepicker): clean up * fix(datepicker): add base spec for inline datepicker * fix(common): fix imports for system js
…#3956) * feat(datepicker): Add directive for inline datepicker Closes valor-software#3955 * feat(datepicker): add support to set custom classes on specific dates Closes valor-software#3958 * Revert "feat(datepicker): add support to set custom classes on specific dates" This reverts commit 47a1a11. * feat(datepicker): resolve conflicts * fix(datepicker): fix tslint * fix(datepicker): clean up * fix(datepicker): add base spec for inline datepicker * fix(common): fix imports for system js
I need functionality in the datepicker to style individual dates, like in the old datepicker (customClass). I could submit a pull request if we first can agree of the approach to solve it.
One suggestion is to add an array of dates with according css class to DatepickerRenderOptions and then use it in BsDaysCalendarView. What do you think?
The text was updated successfully, but these errors were encountered: