diff --git a/documentation-site/components/yard/config/input.ts b/documentation-site/components/yard/config/input.ts index fdacc54f92..9e9d6d5bfa 100644 --- a/documentation-site/components/yard/config/input.ts +++ b/documentation-site/components/yard/config/input.ts @@ -193,6 +193,12 @@ export const inputProps = { description: 'max value when used as input type=number', hidden: true, }, + step: { + value: undefined, + type: PropTypes.String, + description: 'step value when used as input type=number', + hidden: true, + }, maxLength: { value: undefined, type: PropTypes.Number,