dalelotts / angular-bootstrap-datetimepicker

Native Angular date/time picker component styled by Twitter Bootstrap
http://dalelotts.github.io/angular-bootstrap-datetimepicker/
MIT License
1.28k stars 409 forks source link

How to remove or hide or disable the right/left arrow icons #456

Closed cajaykumar closed 4 years ago

cajaykumar commented 4 years ago

Hi Dalelotts, I am using the angular-bootstrap-datetimepicker@3.1.0 and we have a requirement to disable the future dates and right arrow icon. I am able to disable the future dates but unable to find how to disable the right arrow icon. I tried providing no classes to rightIconClass input and icon is not visible but when user hover on right icon position, able to click it. Can you please provide some insight here on how to hide/disable it.

Thanks.