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
parent
73116db19c
commit
9566f2017e
|
@ -16,7 +16,6 @@ use Drupal\Component\Utility\Number as NumberUtility;
|
|||
* - #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
|
||||
|
|
|
@ -59,7 +59,7 @@ use Drupal\Core\Render\Element;
|
|||
* 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
|
||||
|
|
|
@ -24,7 +24,6 @@ use Drupal\Component\Utility\Html as HtmlUtility;
|
|||
* 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
|
||||
|
|
Loading…
Reference in New Issue