croz-ltd/tiller

DateInputField doesn't close on tab

Closed this issue · 0 comments

Basic information

  • Tiller version:
    1.9.0
  • Module:
    Formik-elements - DateInputField

Additional information

Bug description

When manually entering new value for date and then clicking tab to get to the next field date component stays open and it's impossible to close it without manually clicking outside of it.
It should close on exiting from date input field with tab.

Steps to reproduce

  • open dateInputField
  • enter manually some value and click tab to get to next field
  • date input field should stay open

Expected behavior

DateInputField should close when exiting the field with tab

Actual behavior

image