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

merge-requests/2419/head
Alex Pott 2020-01-13 21:34:14 +00:00
parent 73116db19c
commit 9566f2017e
No known key found for this signature in database
GPG Key ID: 31905460D4A69276
3 changed files with 1 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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