From 176977dd2a24a586656459b57dfc671192e1c485 Mon Sep 17 00:00:00 2001 From: Gazook89 Date: Mon, 19 Aug 2024 22:40:50 -0500 Subject: [PATCH] change input type to 'text' Changing input type to text removes the "spinner" controls from within the text box. The spinner buttons are an accessibility issue (the tiny buttons are tiny), and we already have better buttons for incrementing/decrementing page number. Text box only accepts numbers. --- client/homebrew/brewRenderer/toolBar/toolBar.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/homebrew/brewRenderer/toolBar/toolBar.jsx b/client/homebrew/brewRenderer/toolBar/toolBar.jsx index 6bb6218cf..20eb5aee0 100644 --- a/client/homebrew/brewRenderer/toolBar/toolBar.jsx +++ b/client/homebrew/brewRenderer/toolBar/toolBar.jsx @@ -78,10 +78,10 @@ const ToolBar = ({ onZoomChange, currentPage, onPageChange, totalPages })=>{ {