unosquare/tubular-react

Opening the filter dialog on any date field throws react errors and doesn't update on input

Closed this issue · 3 comments

Describe the bug
Opening the filter dialog on any date field throws react errors and doesn't update on input. Error is thrown in all browsers, in firefox I am unable to interact with the Label_Value ui. In general the Label_Value ui is really hard to use with any date, datetime, etc.

To Reproduce
Steps to reproduce the behavior:

  1. Open https://codesandbox.io/s/tubular-react-datagrid-bzndx
  2. Open javascript console
  3. Click on the filter icon on Shipped Date
  4. Note errors in console
  5. Note that clicking any dates on any of the filter options is broken.

Expected behavior
No errors in console, clicking / typing inputs reflects in UI.

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

stale commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Hi @atjeff ,
The UI has changed completely. I still need to update our code sandboxes, but if you want to, you can take a look at the latest version and let me know if you still have problems.

This is fixed in #800