P

Results 45 comments of P

I have the same problem right now. The users can pick their birthday. The user picks the date, the model value will be set the selected date with time (00:00:00)...

Update, I changed this line `!selectable || [0, 11].indexOf(y) >= 0 ? 'disabled' : utility_1.isValidMoment(this.$ctrl.$modelValue) && year.isSame(this.$ctrl.$modelValue, 'year') ? 'selected' : ''` to this: `!selectable ? 'disabled' : utility_1.isValidMoment(this.$ctrl.$modelValue) &&...

what's up with this? I've purchased this plugin but doesn't work with that very obvious reason we have a navbar on the top of the page, so every scroll gets...

@alvarotrigo in my case I use Angular 8 and I have a main-menu component which has a `` container in the template with `position: fixed`. Since this is an Angular...

@jibon57 these are not working for me at all, getting the same error, even I add exactly what the error message suggest, tried all of the solution from this tread...

@mreall @danielorihuela would you guys please share the solution? It's so bad there's a solution but the community can't see it :)

@danielorihuela Thank you! It seems this has already been a part of my webpack and still having issues with NS7 :(

@mreall Is there any reliable file-picker plugin for nativescript? I didn't find any suitable replace.

@mreall BTW, I'm trying to update this to NS7 I'll let you know if you can test my forked version. Maybe I can do it within a reasonable time.