Right Arrow Is missed in daterangepicker - Angular

258 Views Asked by At

I have used daterangepicker in my angular component with the following options:

optionsSingle = {
    startDate: moment(),
    endDate: moment(),
    minDate: moment(),
    locale: {
      format: "DD/MM/YYYY"
    },
    alwaysShowCalendars: true,
    autoApply: true,
    singleDatePicker: true,
    opens: "left"
  };

I used a single date picker.

Right navigation icon is not visible to me

Can anybody help me on this?

0

There are 0 best solutions below