Unverified Commit 9efcbebc authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2851204 by swarad07, fotuzlab, Sahana _N, prash_98, anoopjohn,...

Issue #2851204 by swarad07, fotuzlab, Sahana _N, prash_98, anoopjohn, ravi.shankar, jungle, rahul.gore, cilefen, xjm, alexpott, jericho711: #size for Select field documentation is wrong

(cherry picked from commit 9566f201)
parent 1e3c9e3d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -16,7 +16,6 @@
 * - #step: Ensures that the number is an even multiple of step, offset by #min
 *   if specified. A #min of 1 and a #step of 2 would allow values of 1, 3, 5,
 *   etc.
 * - #size: The size of the input element in characters.
 *
 * Usage example:
 * @code
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@
 *   is #required or not.
 * - #required: (optional) Whether the user needs to select an option (TRUE)
 *   or not (FALSE). Defaults to FALSE.
 * - #size: The size of the input element in characters.
 * - #size: The number of rows in the list that should be visible at one time.
 *
 * Usage example:
 * @code
+0 −1
Original line number Diff line number Diff line
@@ -24,7 +24,6 @@
 *   providing responsive tables.  Defaults to TRUE.
 * - #sticky: Indicates whether to add the drupal.tableheader library that makes
 *   table headers always visible at the top of the page. Defaults to FALSE.
 * - #size: The size of the input element in characters.
 *
 * Usage example:
 * @code