ngx-bootstrap icon indicating copy to clipboard operation
ngx-bootstrap copied to clipboard

Feature: Add option to hide inner arrows in daterangepicker/month range picker

Open mihirpatel1308 opened this issue 3 months ago • 0 comments

Feature request

Problem

Currently, bsDaterangepickerInline and month range picker show navigation arrows on both the left and right calendars.
This results in "inner arrows" between the two calendars, which are sometimes confusing or unnecessary.

Developers often override CSS to hide these arrows, but this approach is brittle and depends on internal DOM structure, which may change in future releases.

Proposed Solution

Introduce a new config option in BsDatepickerConfig:

hideInnerArrows?: boolean = false;

mihirpatel1308 avatar Sep 22 '25 07:09 mihirpatel1308