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

Display date picker click on the calendar icon only not focus on input

Open N1RESH14 opened this issue 1 year ago • 1 comments

Is it possible to display date picker click on the calendar icon only but not display date picker focus on this input. My requirement input field and calendar icon, date picker display only click on icon.

Please help me,

Thanks Advance!

### Tasks

N1RESH14 avatar Nov 01 '23 19:11 N1RESH14

This code I used but it will open date picker focus on input, is any way to hide() this date picker <input type="text" [bsConfig]="bsConfig" #dpAsOfDate1="bsDatepicker" bsDatepicker /> <label (click)="dpAsOfDate1.toggle()" >

N1RESH14 avatar Nov 02 '23 13:11 N1RESH14