Show/hide when calendar attached to input doesn't work

Hello Support,

when using the calendar attached to an input field, manuall triggered show doesn’t work. You may use the actual downloadable suite to build an example. I will prefer this situation, because attaching to an input field the framework handles the positioning of the control like a usuasl combo box in a right way, and i will open the calendar , if like the combobox, the user presses a value help button.

To click i a field is not a transparentw ay for the user.

Best regards,
Stefan

Hello Stefan,

Could you post your code or example here please.

To be able to understand what exactly is not working properly.

take the sample attaching to input field and add

Hide hides the calendar. Show doesn’t show the calendar.

You can replace this line of code:

<input type="button" value="Show" onclick="JavaScript:myCalendar.show()" />

with this one:

<input type="button" value="Show" onclick="JavaScript:myCalendar.show(); event.cancelBubble=true;" />