Sunday, August 4, 2019

Setting No focus on any field in a dialog

Maximo doesn't have an option to set cursor on a particular field in a dialog or container. 

The first editable field on a dialog would get the focus by default. If you want any field to be selected or focused, we need to make it as the first editable field in the dialog.

Asset Application XML : With Focus on first field


But, if in case there is a requirement - NOT to have focus on any of the fields on a dialog.

It can be done by not having this property [default="true"] set on any of the dialog buttons. 
By this way, the dialog will be displayed with out any fields selected, Users need to make a selection by themselves.

Without any focus