enso-ui / tables

Tables
MIT License
11 stars 10 forks source link

Bug with range filter and date picker #27

Closed nesumneno closed 3 years ago

nesumneno commented 3 years ago

This is a bug.

Prerequisites

Description

Hi, I posted recently about an issue with the date pickers. https://github.com/laravel-enso/tables/issues/204

There is still a problem but the behavior is slightly different.

There are two problems.

  1. Sometimes when you click fast on the input the menu closes again.
  2. The range picker is not working and throws an error in the console log

PS: There is also an error when you select a date but on local I don't get that.

Steps to Reproduce

  1. Select Created At filter on tutorials
  2. Select interval
  3. Click outside menu and close the box (sometimes it closes by itself)
  4. Open Created At filter again

Expected behavior

Filters data by date interval

Actual behavior

Not working

enso-error-1

raftx24 commented 3 years ago

Hi @nesumneno I fixed the range filter bug, But I couldn't reproduce the first bug(Sometimes when you click fast on the input the menu closes again.)!