I am using react modern calendar date picker module. I am trying to use aria-current attribute in the module to display as current date in accessibility. Anyone can able to help how to add aria-current attribute?
Related
I want to re design the calender to look like this
I want help or guidance in re designing the date picker to look like the screenshot. I have tried a lot of things but I don't have the knowledge to achieve this. The screenshot is also kendo ui date picker but done in angular and i don't have access to the code.
Can anybody help me to build a calendar using react js.
I would like to achieve generating calendar after selecting the month and the year.
The calendar table would be like this
I am using angular ui bootsrap datepicker with this version (2.5.0):
https://angular-ui.github.io/bootstrap/#!#datepicker
I want to disable specific dates. for example, every 29th and 30th on each month. how can i do it?
I'm trying to make a Picker dynamic. They are 02 Pickers and the second options appear according to the option selected in the first Picker.
When I select the first Picker, I get the error Cannot read 'props' of null.
The code and more explanation is in this repository.
I also open this issue in React Native repository on Github.
Is there a way to configure the popup calendar widget such that the user can select the year from a dropdownlist? Kinda like this:
It is not a requirement I am fond of, but a requirement I am stuck with. Seems like jQueryUi's picker is about the only modern one that does that.
Thanks