bzaruk
bzaruk
@giorgi-abashidze - works great! Thanks!
@ottomated - look what I wrote [here](https://github.com/nstudio/nativescript-checkbox/issues/76#issuecomment-400847532)
@jdnichollsc - If you didn't find any solution. For me @vakrilov helped me in [this comment](https://github.com/NativeScript/nativescript-angular/issues/1245#issuecomment-393465035). in short, try to save the checked status in the model itself for better...
Ok so the thing is that I want to create a DayView calendar which will allow users to create events straight from the calendar view. While I implemented it I...
Just in addition, it would be very great to have both getTimeAtTop and setTimeAtTop! :) Maybe just a public property that we can get and set it :) And for...
I can only recommend maybe implement the logic into `goToDate` function but specially to the Day view mode. :)
little update about my opinion one comment up: There is still need in **getting** the `timeAtTop`. The suggestions of `goToDate` is just for additional that came to me... Thanks! :)
+1 this is how my listview item looks ``` ``` ``` ERROR TypeError: Cannot read property 'payload' of undefined JS: ERROR CONTEXT { JS: "view": { JS: "def": { JS:...
Hi @TheOriginalJosh - Sorry to bother you but I wonder if you will have any idea how can we fix it?
@devlfm - I was able to workaround this issue with creating shadow to the element dynamically on `itemLoading` event. Like this: *HTML*: ``` ``` *TS*: ``` public onItemLoading(args: ListViewEventData) {...