nativescript-datetimepicker
nativescript-datetimepicker copied to clipboard
Plugin with date and time picking fields
if we pass date time picker style object to DateTimePicker.pickDate tap on overlay to close datetime picker doesnot work on ios angular `const dateTimePickerStyle = DateTimePickerStyle.create(args.object as Button); dateTimePickerStyle.buttonCancelTextColor =...
Hi, I use this plugin on android / device (usb). Ns : 8.2.2. VueJs : 2.6.12 I randomly get this type of error : " attempt to use cleared object...
I'm using the following code to set the MinDate, based on the date from another datetimepicker:- `` `export function onEndDateTap(args){ var startdate = args.object.page.getViewById("startdate"); var leavestart = new Date(startdate.text); DateTimePicker.pickDate({...
Tns version **7.2.1** Angular version **8.2.0** In component: `public minDate = moment().format('YYYY/MM/DD'); ` In html: ` ` I've also tried the following: ` ` The demo works, but is not...
I have an error when using DateTimePickerFields, could somebody help me with my question, please ? > TypeError: Cannot read property 'addEventListener' of undefined > JS: at DateTimePickerFields.addEventListener (file: src\webpack:\@nativescript\template-hello-world-ng\node_modules\@nativescript\datetimepicker\ui\date-time-picker-fields.js:105:0)...
i want to use datepicker and Redautocompletetextbox but for both it's showing entry point error package.json "dependencies": { "@angular/animations": "~9.1.0", "@angular/common": "~9.1.0", "@angular/compiler": "~9.1.0", "@angular/core": "~9.1.0", "@angular/forms": "~9.1.0", "@angular/platform-browser": "~9.1.0",...
I have an issue on plugin version "1.2.3" and iOS version "13.3". Unable to simultaneously satisfy constraints. Probably at least one of the constraints in the following list is one...
### Make sure to check the demo app(s) for sample usage ### Make sure to check the existing issues in this repository ### If the demo apps cannot help and...
Fix #78 Tested and confirmed working on a simulation iPhone 6s on iOS 12.4 and 14.0
All NativeScript 7 related issues for any @nativescript plugin should be posted to the repo located https://github.com/NativeScript/plugins/