allow floating point Preis
This commit is contained in:
parent
d72c4a81bd
commit
0639ce11d7
@ -296,7 +296,7 @@ class PreisUnitField extends StringField {
|
||||
class PreisField extends SchemaField {
|
||||
constructor() {
|
||||
return super({
|
||||
value: new NumberField({ integer: true, initial: 0, min: 0 }),
|
||||
value: new NumberField({ initial: 0, min: 0 }),
|
||||
unit: new PreisUnitField(),
|
||||
});
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user