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
for example if a monthpicker is already set up with:
$('#custom_widget').monthpicker({ pattern: 'yyyy-mm', selectedYear: 2010, startYear: 2008, finalYear: 2012 });
then it should be possible to update the finalYear property with:
$('#custom_widget').monthpicker({finalYear: 2012});
The text was updated successfully, but these errors were encountered:
fixed lucianocosta#46
bbf285f
ignore bbf285f use #48
Sorry, something went wrong.
No branches or pull requests
for example if a monthpicker is already set up with:
then it should be possible to update the finalYear property with:
The text was updated successfully, but these errors were encountered: