From b08a0f225e225374f758e43189f6d838bbb68584 Mon Sep 17 00:00:00 2001 From: Drew Lemmy Date: Fri, 27 Mar 2020 17:09:04 +0000 Subject: [PATCH] Temporary patch for #20 A more comprehensive fix should be found in the future --- swshop/shopTab.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swshop/shopTab.lua b/swshop/shopTab.lua index 6bfabb5..169d6ee 100644 --- a/swshop/shopTab.lua +++ b/swshop/shopTab.lua @@ -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, -- 2.49.1