jQuery UI Widgets › Forums › Angular › jqxDateTimeInput m.stop
Tagged: #jqxdatetimeinput
This topic contains 10 replies, has 2 voices, and was last updated by svetoslav_borislavov 2 months, 2 weeks ago.
-
AuthorjqxDateTimeInput m.stop Posts
-
Unable to use jqxDateTimeInput in both existing [(ngModel)] and formControl.
How do i use both [(ngModel)] and formControl with jqDateTime?
Suggest with good example.<my-date-picker id="toDateId" [options]="myDatePickerOptions" [(ngModel)]="toDate" [formControl]="toDateControl" name="toDate"></my-date-picker>
I would like to upgrade above code as
<jqxDateTimeInput [theme]="'material'" [width]="460" [height]="30" style="margin-bottom: 20px" [formatString]="dateFormat" [(ngModel)]="toDate" [formControl]="toDateControl" name="toDate"></jqxDateTimeInput>
here custom date format with 12 hour time AM/PM method on forms is unable to show. //Related to first thread
- This reply was modified 3 months, 1 week ago by rmk3200.
Hi,
Please see the following demo:
https://www.jqwidgets.com/angular/angular-datetimeinput/#https://www.jqwidgets.com/angular/angular-datetimeinput/angular-datetimeinput-twowaydatabinding.htmBest regards,
Svetoslav BorislavovjQWidgets Team
https://www.jqwidgets.com/When stalkblitz example its working fine. Where as local server I am getting issue
ERROR TypeError: m.stop is not a function
at c.<computed>.navigateTo (jqxcalendar.js:8:50135)
at c.<computed>.setDate (jqxcalendar.js:8:50380)
at c.<computed>.showCalendar (jqxdatetimeinput.js:8:56735)
at HTMLDivElement.<anonymous> (jqxdatetimeinput.js:8:27434)
at HTMLDivElement.dispatch (jquery-3.3.1.slim.min.js:2:41964)
at v.handle (jquery-3.3.1.slim.min.js:2:39983)
at ZoneDelegate.invokeTask (zone.js:421:35)
at Object.onInvokeTask (core.js:28499:33)
at ZoneDelegate.invokeTask (zone.js:420:40)
at Zone.runTask (zone.js:188:51)Hi,
Which version of jqwidgets and smart are you using?
Also, an example Angular project will be helpful.
You can send it via https://easyupload.io/Best regards,
Svetoslav BorislavovjQWidgets Team
https://www.jqwidgets.com/https://easyupload.io/m/ntatat
You can find a test project. There is also some UI issue for date.
Same code used in our project. Still we have issue like #133283Hi,
The link you provided does not contain any components only configuration files.
I can see that you are using old version for both jQWidgets and Angular.
Can you update to the latest version and confirm that the error still exists?Best regards,
Svetoslav BorislavovjQWidgets Team
https://www.jqwidgets.com/https://www.dropbox.com/sh/dx9ymyvtt9plv7h/AAAhyrgL1YmiVKFwIgQyBbaGa?dl=0
You can install the test project that uses jqDateWidgets.
https://www.dropbox.com/s/p086tqpzki0naq8/Screenshot%20%2812%29.png?dl=0
This image will show that issue on tapping jqDate field in real project.Hi,
Please update jqwidgets-ng and the Angular version; the problem will be resolved.
I managed to run your example with the latest version of jqwidgets-ng and there wasn’t any problem.Best regards,
Svetoslav BorislavovjQWidgets Team
https://www.jqwidgets.com/Is there any limitations of using widgets? Because in my project many modules are replaced with jqxDatetime and every where fine working. And there is a issue with one module. Even I tried to test with another temp module to check module issue. But there is no issue with module.
When I tap date input icon the issue is occurring like post id #133283.Hi,
Did you update to the latest version of the package?
Best regards,
Svetoslav BorislavovjQWidgets Team
https://www.jqwidgets.com/ -
AuthorPosts
You must be logged in to reply to this topic.