We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

DatePicker issues with angularjs

Hi,
We have upgraded to 13.3.0.7 (with a patch you gave us, to sort out some angular issues). But there are still issues with the datepicker

1. You cannot type in a new date. If you select the date and then delete it all, you cannot type anything in. This is in IE and Firefox - slightly different with Chrome ... delete the contents, enter ‘’1 and the date field will automatically be populated with ‘01/01/2001’

2. Backspace and Delete don't work on single characters. You can select the whole date and delete it.

There maybe other issues, but very hard to test with the above errors

Cheers ... Rob.



4 Replies

RO Rob ONeill November 12, 2015 05:45 PM UTC

Easy to recreate

<span class="sampleName">DatePicker / AngularSupport</span>
    <div ng-app="syncApp">
        <div ng-controller="DatePickerCtrl">
            <input ej-datepicker e-value="dateValue" e-locale="locale" e-strictmode="true" />
           
            <script type="text/javascript">
                angular.module('syncApp', ['ejangular'])
                    .controller('DatePickerCtrl', function($scope) {
                        $scope.dateValue = new Date("2/3/2013");
                        $scope.locale = "en-GB";
                    });
            </script>
        </div>
    </div>


PR Piramanayagam Ramakrishnan Syncfusion Team November 13, 2015 07:04 AM UTC

Hi Rob,
Sorry for the Inconvenience.

This is already a known issue (DatePicker issues with angularjs) in our version 13.3.0.7. We have fixed this issue and the fix is included in our latest version 13.3.0.12. So Please upgrade to our latest version and this issue will be resolved.

For your reference, we have attached a sample to showcase that the date picker is working properly with angular JS.

Sample Location: DatePicker_Sample

Regards,

Piramanayagam R​



RO Rob ONeill November 13, 2015 09:10 AM UTC

Hi,
That update does not work for us. We get the same issues as reported in this forum issue .... http://www.syncfusion.com/forums/121038/update-to-13-3-0-7-strange-behaviour ... which was fixed by the patch you sent us ... http://www.syncfusion.com/downloads/support/forum/121038/ze/File_Folder1620546042

Can you apply the fix for that to the 13.3.0.12 code please.

Cheers ... Rob.


FP Francis Paul Antony Raj Syncfusion Team November 17, 2015 11:50 AM UTC

Hi Rob,


We have included the fixes for the above reported issues in our latest version. But we have fixed the issue (when e-value property set to specific value, datepicker doesn’t render properly) internally only. We will include this fix in our upcoming Volume 3 Service Pack 2, 2015, which is expected to be roll out by the end of November 2015. 


Regards,

Francis Paul A


Loader.
Live Chat Icon For mobile
Up arrow icon