Ticket #5871 (closed feature: fixed)

Opened 3 years ago

Last modified 2 years ago

Accordion: Merge autoHeight and fillSpace options

Reported by: scott.gonzalez Owned by:
Priority: blocker Milestone: 1.9.0
Component: ui.accordion Version: 1.8.2
Keywords: Cc:
Blocking: Blocked by:

Description (last modified by scott.gonzalez) (diff)

autoHeight and fillSpace are mutually exclusive. Deprecate both and create a new option with possible values of "auto", "fill", or "none".

auto -> autoHeight: true
fill -> fillSpace: true
none -> autoHeight: false, fillSpace: false

Change History

comment:1 Changed 3 years ago by scott.gonzalez

  • Description modified (diff)

#5872 will remove these option after they have been deprecated.

Note: See TracTickets for help on using tickets.