Skip to content

Commit

Permalink
fix: closing of calendar without selecting end date (#16653)
Browse files Browse the repository at this point in the history
  • Loading branch information
riddhybansal authored Jun 4, 2024
1 parent 6269fa1 commit a2a3657
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export default (config) => {
if (!triggerChange) {
const { _input: inputDates } = fp;
const inputDatesArray = inputDates.value.split(' ');
fp.close();
[inputDatesArray[0], inputDatesArray[2]].forEach((input, i) => {
if (input) {
input = !dates[i]
Expand Down

0 comments on commit a2a3657

Please sign in to comment.