Skip to content

Commit

Permalink
GetDKAN#4068: Provide number widget - Review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-korn committed Apr 24, 2024
1 parent 2627edf commit e7f70d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/json_form_widget/src/WidgetRouter.php
Original file line number Diff line number Diff line change
Expand Up @@ -416,9 +416,9 @@ public function handleDateRangeElement($spec, array $element) {
*
* @param object $spec
* Specification for UI options. Optional properties:
* - step: Ensures that the number is an even multiple of step
* - min: Minimum value
* - max: Maximum value
* - step: Ensures that the number is an even multiple of step.
* - min: Minimum value.
* - max: Maximum value.
* @param array $element
* Element to convert into number.
*
Expand Down

0 comments on commit e7f70d1

Please sign in to comment.