From 5b1457835be6c00a7d108537ecc88d3d85d48d51 Mon Sep 17 00:00:00 2001 From: n-peugnet Date: Tue, 28 Apr 2020 18:08:35 +0200 Subject: feat: select all for code inputs This enable the "select all" feature for `input.select-all` element. input elements are used because these are the only one with the `select()` method. To obtain the same rendering as before the readonly attribute and the class `code` have been added to these elements. @vincent-peugnet: make sure to use this element for future select-all Closes #107 --- app/view/templates/homemenu.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/view/templates/homemenu.php') diff --git a/app/view/templates/homemenu.php b/app/view/templates/homemenu.php index f3564f8..d58e91e 100644 --- a/app/view/templates/homemenu.php +++ b/app/view/templates/homemenu.php @@ -235,7 +235,7 @@ - getcode() ?> + -- cgit v1.2.3