Skip to content

Commit

Permalink
Merge pull request rowyio#557 from yashodha03/develop
Browse files Browse the repository at this point in the history
Update to slider filed - Combining two steps with the next button
  • Loading branch information
notsidney authored Oct 10, 2021
2 parents bd9daf8 + 18a8247 commit fda9bee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/fields/Slider/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export const config: IFieldConfig = {
initialValue: 0,
initializable: true,
icon: <SliderIcon />,
requireConfiguration: true,
description: "Numeric value edited with a Slider. Range is configurable.",
TableCell: withHeavyCell(BasicCell, TableCell),
TableEditor: withSideDrawerEditor(TableCell),
Expand Down

0 comments on commit fda9bee

Please sign in to comment.