Hide Calendar when leave text box

I have a user that doesn’t like to use the calendar to pick the date, but when she clicks the field and the box appears, the box does not disappear when she tabs out of the box. I have not been able to see anything with a “blur” or “lostfocus” event, so I am just looking for some suggestions.
Thanks in advance.

You can get this input via “getInput” form method and hide() calendar on any html event you need

So I would just add an “onBlur” action to my input and call the .hide from in there?

Yes. Just try it :slight_smile:

Was able to add that event and it does work fine…is there a way to do it from the control level? may be easier than going back to update each calendar box in the project.
Thanks again

You can sugget to add such event here:
viewforum.php?f=10