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
Hello,
In my Meteor project, I can initialise tab, dropdown and etc without any problem:
$('.tabular.menu .item').tab(); $('.genderDropdown').dropdown();
$('.tabular.menu .item').tab();
$('.genderDropdown').dropdown();
but when I try to initialise calendar after install using NPM, I got error "$(...).calendar is not a function"
"$(...).calendar is not a function"
$('.calendarField').calendar();
Do I need to import {}?
What I did wrong? Please advice, thank you.
The text was updated successfully, but these errors were encountered:
Try the merged version of the calendar module in https://github.com/fomantic/Fomantic-UI
Sorry, something went wrong.
No branches or pull requests
Hello,
In my Meteor project, I can initialise tab, dropdown and etc without any problem:
$('.tabular.menu .item').tab();
$('.genderDropdown').dropdown();
but when I try to initialise calendar after install using NPM, I got error
"$(...).calendar is not a function"
$('.calendarField').calendar();
Do I need to import {}?
What I did wrong? Please advice, thank you.
The text was updated successfully, but these errors were encountered: