ENTER key closes hx:panelDialog issue

Issue with <hx:panelDialog> on ENTER key press the panelDialog closes,

Solution:
Add hx:behaviorKeyPress tag to suppress the Enter Key as follows

<hx:panelDialog type="modal" ...>
    <hx:behaviorKeyPress key="Enter" onActionFunction="return false">
</hx:panelDialog>

0 comments: