Skip to content

Commit

Permalink
add percent unit in dropdown
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <[email protected]>
  • Loading branch information
btry committed Apr 1, 2021
1 parent 0b20d55 commit c209561
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inc/form_validator.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ public function showForForm(PluginFormcreatorForm $item, $options = []) {
'max' => 100,
'step' => 50,
'value' => $item->fields['validation_percent'],
'unit' => '%',
'display' => false,
]);
echo "</td><td width='20%'>";
Expand Down

0 comments on commit c209561

Please sign in to comment.