From 2c051fd416d7ae438c568de698d3fe261930c2b0 Mon Sep 17 00:00:00 2001 From: kgdxpr Date: Mon, 5 Feb 2024 09:35:36 +0800 Subject: [PATCH] 'commit' --- WebRoot/view/tb/form/view_mobile.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/WebRoot/view/tb/form/view_mobile.html b/WebRoot/view/tb/form/view_mobile.html index 5cfa2ea9..6abe1e9e 100644 --- a/WebRoot/view/tb/form/view_mobile.html +++ b/WebRoot/view/tb/form/view_mobile.html @@ -363,6 +363,10 @@ return false; } + $('*').prop('readonly', true); + $('input[type="checkbox"]').prop('disabled', true); + $('input[type="radio"]').prop('disabled', true); + });