Open Salahudeen opened 5 years ago
Please answer the following questions for yourself before submitting an issue.
The change.bs.fileinput & clear.bs.fileinput events are not getting fired from Jasny Bootstrap file picker
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" >
@Salahudeen can you give me the steps to reproduce this behavior?
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.
Failure Logs
<div class="fileinput fileinput-new text-center" data-provides="fileinput" (change.bs.fileinput)="getImage()" (clear.bs.fileinput)="getImage()" data-max-size="2" >