Issue #2762715 by pontus_nilsson: Typo in documentation for range form element
parent
a4bc5fb6d8
commit
dd67ab2d90
|
@ -18,7 +18,7 @@ use Drupal\Core\Render\Element;
|
|||
* Usage example:
|
||||
* @code
|
||||
* $form['quantity'] = array(
|
||||
* '#type' => 'number',
|
||||
* '#type' => 'range',
|
||||
* '#title' => $this->t('Quantity'),
|
||||
* );
|
||||
* @endcode
|
||||
|
|
Loading…
Reference in New Issue