Tab, Shift-TabArrow Up/Downaria-describedby="IDREF"role="status", role="alert"message and state or loading prop change, the status message is announced.aria-hidden="true"required attribute is set, the visible asterisk indicator is hidden from assistive technologies.aria-invalid="true"error state is set.aria-live="polite"maxlength attribute is present, the counter is announced via ARIA live region.disabled state. Disabled elements are no longer focusable and may be missed by screen
reader users. They can also confuse sighted users if the reason they are disabled is not made clear.hide-label without an accessible name.aria-labelledbyaria-describedby<p-input-week name="week" placeholder="Week"></p-input-week><p-input-week name="week" label="Calendar week" description="Select the week for your test drive."></p-input-week><p-input-week name="week" hide-label="true"></p-input-week><p-input-week name="week" hide-label="true" label="Calendar week"></p-input-week><p-input-week name="week" label="Calendar week" aria-invalid="true" message="Required"></p-input-week><p-input-week name="week" label="Calendar week" state="error" message="Select a calendar week to continue."></p-input-week>