LupuCristian
Results
1
comments of
LupuCristian
Added this onClose event on my Flat Picker and it works perfect when the input loses focus. `onClose: (selectedDates, dateStr, fp: any) => { this.YourFlatPicker.setDate(fp._input.value); }`