We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi
Any chance you could add tabindex="0" and role="button" on the dates?
The calendar is pretty much useless for users who only use the keyboard to navigate webpages.
Note: I did try using a modified version of this code from your Demonstrations page, but with no luck:
showDateFilter: function(time, date) { return '<div style="padding:0 5px;">\ <span style="font-weight:bold">'+date+'</span>\ <div style="opacity:0.3;">$'+Math.round(Math.random()*999)+'</div>\ </div>'; }
Kind regards Lars Linde
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi
Any chance you could add tabindex="0" and role="button" on the dates?
The calendar is pretty much useless for users who only use the keyboard to navigate webpages.
Note:
I did try using a modified version of this code from your Demonstrations page, but with no luck:
Kind regards
Lars Linde
The text was updated successfully, but these errors were encountered: