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

Day items modify #141

Open
cf-git opened this issue Apr 17, 2018 · 0 comments
Open

Day items modify #141

cf-git opened this issue Apr 17, 2018 · 0 comments

Comments

@cf-git
Copy link

cf-git commented Apr 17, 2018

Hello. I need edit displayed day items.
Please append date value to "createItem" object for days on next release.
Some like this:

items.push(this.createItem({
        disabled: _disabled2,
        picked: _picked,
        date: _date,
        highlighted: viewYear === thisYear && viewMonth === thisMonth && _date.getDate() === thisDay,
        text: i,
        view: _disabled2 ? 'day disabled' : view
      }));
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant