Prevent date input pop-up JS code

For inline edits, can you please try adding the following to the CSS section of the page?

[ng-click="$ctrl.openCalendar($event)"]{
    display:none;
}