I'm setting the date time field from JavaScript.
however on the form i'm getting the below behaviour:
- Set The field from javacript
- On the form the value set from JavaScript is displayed and the field is being focused
- When i focus out from the field the value will disappear
is there a way to avoid this behaviour since the values set from JavaScript is correct and i'm not getting any error messages.