• This method checks if the field is not hidden or has a display of none.

    Parameters

    • element: HTMLElement

      The input element to check for visibility.

    Returns boolean

    Example

    var fieldToCheck = ix.api.dom.getHtml("<FIELD-GUID>");
    var isVisible = ix.api.confirm.fieldIsVisible(fieldToCheck);

    console.log(isVisible); // true or false