Closed idanzapp closed 5 years ago
Finally, at least in ionic 4, the events are without the on (onSelect) should be (select)
@idanzapp yep! Haven't gotten around to updating the docs, but I'll be updating them over the weekend to reflect this. As per Angular styleguide, we shouldn't prefix output bindings with on
: https://angular.io/guide/styleguide#style-05-16
Sorry for the confusion! 😄
Ionic version: (check one with "x") [ ] 2.x [ ] 3.x [ x ] 4.x
Ion2-calendar mode: (check one with "x") [ x ] components mode [ ] modal mode
I'm submitting a ... (check one with "x") [ x ] bug report [ ] feature request [ ] help me
Current behavior:
When I click a day, the event is not triggering
Expected behavior:
When I click a day, the event triggers
Steps to reproduce:
Just use the basic configuration o the lastest ionic 4 build
Related code:
Other information: Before clicking, nothing appears on console (expected)
After cicking, nothing appears on console (expected behaviour: ' hi [dateArray]')
Ionic info: (run
ionic info
from a terminal/cmd prompt and paste output below):