delete TODO, add step to decimal
This commit is contained in:
@@ -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`<uui-input
|
||||
.value=${this.value}
|
||||
|
||||
@@ -571,7 +571,12 @@ export const data: Array<DataTypeResponseModel | FolderTreeItemResponseModel> =
|
||||
parentId: null,
|
||||
propertyEditorAlias: 'Umbraco.Decimal',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUI.Decimal',
|
||||
values: [],
|
||||
values: [
|
||||
{
|
||||
alias: 'step',
|
||||
value: '0.01',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
$type: '',
|
||||
|
||||
Reference in New Issue
Block a user