Skip to Main Content

Disabled PopupItem

Demo Form with disabled PopupItem

  • APEX
  • CSS
  • JavaScript

Steps

  • Just add the CSS to point to the items which should be disabled
#P6_CATEGORY_CONTAINER li[data-value="Return1"] {
  cursor: var(--a-button-disabled-cursor, default);
  opacity: var(--a-button-disabled-opacity, .5);
  pointer-events: none;
}