diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/core/property-editors/uis/number/property-editor-ui-number.element.ts b/src/Umbraco.Web.UI.Client/src/backoffice/core/property-editors/uis/number/property-editor-ui-number.element.ts index a62559e35b..86adb96a11 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/core/property-editors/uis/number/property-editor-ui-number.element.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/core/property-editors/uis/number/property-editor-ui-number.element.ts @@ -37,8 +37,6 @@ export class UmbPropertyEditorUINumberElement extends UmbLitElement implements U this.dispatchEvent(new CustomEvent('property-value-change')); } - //TODO: UUI-INPUT needs to handle max, min, and step natively in its input field, maybe make a uui-input-number? - render() { return html` = parentId: null, propertyEditorAlias: 'Umbraco.Decimal', propertyEditorUiAlias: 'Umb.PropertyEditorUI.Decimal', - values: [], + values: [ + { + alias: 'step', + value: '0.01', + }, + ], }, { $type: '',