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-month name="month" placeholder="Month"></p-input-month><p-input-month name="month" label="Delivery month" description="Select the month for your delivery."></p-input-month><p-input-month name="month" hide-label="true"></p-input-month><p-input-month name="month" hide-label="true" label="Delivery month"></p-input-month><p-input-month name="month" label="Delivery month" aria-invalid="true" message="Required"></p-input-month><p-input-month name="month" label="Delivery month" state="error" message="Select a delivery month to continue."></p-input-month>