Kiril Okun

Results 33 comments of Kiril Okun

any update on the separation of date and time pickers? often there's a need to enter just date or just time.

I'll keep an eye on it. So far i haven't been able to notice a pattern. As a feature request it would be very good if the open apps and...

Hi Seraphima. I still can't find the pattern for the problem, so perhaps the issue is the closing and reopening of an app that you have confirmed above. But it's...

@ariccb That does make sense as i periodically have to drag windows out of a fancy zone and then back in to make the switch shortcut work again.

Same in the pure NS app without Angular. Checkbox with type="square" can be checked and unchecked, but with type="circle" it can only be checked the first time after load. After...

Interestingly setting up another component's (ex. Label) with an onTap event handler that toggles the checkbox selected property works for selection and disselection. But tapping on the checkbox with boxType="circle"...

Got the same problem on Android (haven't tested on iOS yet). checkedChange does not fire while tap fires just fine. XML: ``` ... ``` NS v 4.2 tns-core-modules v 4.2.1...

Similar question for *ngFor instead of ListView?

+1. i think I understood from the example but the main document should really include a clear writeup of how to setup radio group instead of just punting to the...

It's in the angular demo app. From what i can tell there are no separate settings in the xml. The group management is done in the code behind. Take a...