creativetimofficial / ct-material-dashboard-pro-angular

68 stars 35 forks source link

Jasny Bootstrap file picker events are not getting fired #325

Open Salahudeen opened 5 years ago

Salahudeen commented 5 years ago

Prerequisites

Please answer the following questions for yourself before submitting an issue.

Expected Behavior

The change.bs.fileinput & clear.bs.fileinput events are not getting fired from Jasny Bootstrap file picker

Current Behavior

Events are not getting fired to capture the file information

Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.

<div class="fileinput fileinput-new text-center" data-provides="fileinput" (change.bs.fileinput)="getImage()" (clear.bs.fileinput)="getImage()" data-max-size="2" >

chelaruc commented 5 years ago

@Salahudeen can you give me the steps to reproduce this behavior?