Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

easyform date field only updates on enter #7384

Closed
scottdraves opened this issue May 18, 2018 · 2 comments
Closed

easyform date field only updates on enter #7384

scottdraves opened this issue May 18, 2018 · 2 comments
Assignees

Comments

@scottdraves
Copy link
Contributor

it should not wait for the user to press enter, it should sync immediately like a regular text field.
same bug exists in python and groovy, so probably in the JS part of the widget.
to reproduce:

  1. new groovy notebook, run this cell:
gdp = new EasyForm()
gdp.addDatePicker("mydate")
gdp
  1. type "20100101" into the field that appears.
  2. run this cell:
gdp['mydate']

result "null"
expected result is something like "Fri Jan 01 00:00:00 EST 2010"

if you press enter in the date field, then it works but this should be be required.

@MariuszJurowicz
Copy link
Contributor

@LeeTZ
I've tested this feature and it works fine for me. Could you test this one as well?

@LeeTZ
Copy link
Contributor

LeeTZ commented Jul 16, 2018

Cannot reproduce, closing it.

@LeeTZ LeeTZ closed this as completed Jul 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants