You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
new groovy notebook, run this cell:
gdp = new EasyForm()
gdp.addDatePicker("mydate")
gdp
type "20100101" into the field that appears.
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: