We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e9ced7 commit 1a0ea0aCopy full SHA for 1a0ea0a
docs/usage.md
@@ -24,7 +24,8 @@ use unclead\multipleinput\MultipleInput;
24
'allowEmptyList' => false,
25
'enableGuessTitle' => true,
26
'min' => 2, // should be at least 2 rows
27
- 'addButtonPosition' => MultipleInput::POS_HEADER // show add button in the header
+ 'addButtonPosition' => MultipleInput::POS_HEADER, // show add button in the header
28
+ 'sortable' => true, // optional. user can change order of rows
29
])
30
->label(false);
31
?>
0 commit comments