How to disable focus for the first input in a Primefaces Dialog?
问题 I have a Dialog in my Page, which contains a input field (Date, Calendar) . The problem is that the calendar opens directly after opening the dialog, because the focus is set on the first input. Is there a way to disable focus in Primefaces? 回答1: You can change the default behavior; http://forum.primefaces.org/viewtopic.php?f=3&t=29050 You can always override default behaviors of widgets, for example to prevent calendar focus on dialog opening; PrimeFaces.widget.Dialog.prototype.applyFocus =