Temporary patch for #20

A more comprehensive fix should be found in the future
This commit is contained in:
Drew Lemmy
2020-03-27 17:09:04 +00:00
committed by GitHub
parent 408601f0d2
commit b08a0f225e

View File

@@ -25,7 +25,7 @@ local shopTab = UI.Tab {
formLabel = 'Price', formKey = 'price',
help = 'Per item cost',
required = true,
transform = 'number',
validate = 'numeric',
},
[3] = UI.TextEntry {
limit = 64,