Closed ghost closed 8 years ago
@chaserkid can you elaborate on what doesn't work please? Are there errors in the console?
@chaserkid are you literally trying to render {{ember-flatpickr}}
without passing any options? If so, that will not work.
I understand that I'm missing arguments. But the documentation doesn't provide any guidance as to the minimum. Rather, it reads: "*(All options are displayed, but they have defaults and you only need to pass what you need)". Contrast with ember pikaday, which not only has examples with options but also works as a bare component without any arguments passed in.
@chaserkid the only thing that is required right now, I believe, is onChange
. You can set onChange=null
if you don't care about it. If you look in the console, it should give you a very clear error message that you have to pass that.
Thank you. That was my problem.
I can't get the basic declaration to work ( {{ember-flatpickr}} ) in ember version 2.7.0 .