This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal



Aug 25, 2011, 1:17 PM
7 Posts

Attribute "aria-required" missing on inputText with type-ahead enabled

  • Category: Other
  • Platform: Not Applicable
  • Release: 8.5.2
  • Role: Developer
  • Tags: aria,aria-required,accessibility
  • Replies: 0
A small annoyance in XPages when using <xp:inputText> or another control.
With a simple definition the attribute "aria-required" is set:

<xp:inputText value="#{uidoc.FieldName}" id="fieldName1"
required="true" disableClientSideValidation="true">

<xp:this.validators>
<xp:validateRequired message="Required field!"></xp:validateRequired>
</xp:this.validators>

</xp:inputText>


When I add the type-ahead functionality the attribute magically disappears.

<xp:typeAhead mode="partial" minChars="1"
ignoreCase="true"
valueList="#{javascript:return vrniSeznamOseb();}">
</xp:typeAhead>


It more of an annoyance than a serious problem... it can be worked around.

This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal