Hello All,
I have two questions regarding an input field bound to a value attribute of type date.
When I check for null on the input field using messages and i set message type as error , i cannot enter another date in the input field. However if I set the message type as standard it allows me.How can i fix this?
Also how do I perform action after a date is chosen? I created an action ONENTER but the code within the method does not run
Thanks