HI,
I have used ejs-daterange picker for my angular app. I am having one issue with inserting date manually through input field.
What i wanted to achieve?
=> if user input just one date than take that date as a start and end date.
=> how can I resolve the console error while inserting date
Here is the version I am using :
"@syncfusion/ej2-angular-calendars": "18.1.57",
please let me know your suggestion.
Regards,
Parth
Hi Berly,
I have updated the product version (19.2.44) as you mentioned.
Yes , you assume correct, that I am using the ejs-daterangepicker inside the grid component. Only this place it throws that error. Apart from that working fine with the blur function.
I attached the component where it throws an error.
let me know how can i fix this problem.
regards,
Parth
Hi Sujith,
I tried your suggestion. I tried to update version of syncfusion but it's behaving strange. Now ejs-daterangepicker not working at all.
When I click on calendar icon throwing this error:
Also could you please suggest me what should i do to update all syncfusion product version. Coz once I tried few of the product throwing error and not working at all.
these are my current version:
"@syncfusion/ej2-angular-calendars": "18.1.57",
"@syncfusion/ej2-angular-documenteditor": "19.2.44",
"@syncfusion/ej2-angular-dropdowns": "19.2.44",
"@syncfusion/ej2-angular-grids": "18.1.59",
"@syncfusion/ej2-angular-inputs": "19.2.44",
"@syncfusion/ej2-angular-navigations": "19.2.44",
"@syncfusion/ej2-angular-pdfviewer": "19.2.44",
"@syncfusion/ej2-angular-schedule": "18.1.56",
Regards,
Parth
|
declare var require: any
import { loadCldr, L10n } from '@syncfusion/ej2-base';
loadCldr(require('cldr-data/main/de/currencies.json'),
require('cldr-data/main/de/numbers.json'),
require('cldr-data/main/de/ca-gregorian.json'),
require('cldr-data/main/de/timeZoneNames.json'),
require('cldr-data/supplemental/numberingSystems.json'),
require('cldr-data/supplemental/weekData.json')
); |
|
"@syncfusion/ej2-angular-calendars": "*",
"@syncfusion/ej2-angular-grids": "*", |