Feature: Allow Decimals in step setting
This commit is contained in:
@@ -24,7 +24,7 @@ export const manifest: ManifestPropertyEditorSchema = {
|
||||
alias: 'step',
|
||||
label: 'Step size',
|
||||
description: 'Enter the intervals amount between each step of number to be entered',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUi.Number',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUi.Decimal',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
@@ -46,6 +46,10 @@ export const manifests: Array<ManifestPropertyEditorUi> = [
|
||||
alias: 'allowDecimals',
|
||||
value: true,
|
||||
},
|
||||
{
|
||||
alias: 'step',
|
||||
value: '0.01',
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user