For the Text matrix type, if I set either the number of rows or the number of columns to -1 (as the field help text says to do for unlimited), nothing at all gets rendered in the form. This is in Bartik as well as in my custom theme.

Comments

zbricoleur’s picture

Issue summary: View changes
zbricoleur’s picture

Title: Table doesn't render when rows or columns are set to unlimited » Table doesn't render when Text matrix rows or columns are set to unlimited
mikeskull’s picture

Confirmed this is the case, looking into the issue now as ive got time and am feeling helpful.

edit - oh that was easy to find:

theme_matrix_table doesnt take into account "-1" being set as the row or column count.

  • intrafusion committed 543e55c on 7.x-2.x
    Issue #2220255 by zbricoleur: Table doesn't render when Text matrix rows...
intrafusion’s picture

Status: Active » Closed (works as designed)

The instructions are wrong, there isn't functionality available to have unlimited rows or columns. I have altered the instructions