From cf24d49f9fc70b069bc80984071cc3e306adee7d Mon Sep 17 00:00:00 2001 From: jfrye122 Date: Fri, 2 Jun 2023 13:50:39 -0400 Subject: [PATCH] numeric keypad for Productive and Actual Hours --- .../time-ticket/screen-time-ticket-clockoff.component.jsx | 2 ++ .../time-ticket/screen-time-ticket-create.component.jsx | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/components/time-ticket/screen-time-ticket-clockoff.component.jsx b/components/time-ticket/screen-time-ticket-clockoff.component.jsx index 66f37f6..3a78a31 100644 --- a/components/time-ticket/screen-time-ticket-clockoff.component.jsx +++ b/components/time-ticket/screen-time-ticket-clockoff.component.jsx @@ -147,6 +147,7 @@ export function TimeTicketClockOff({ onBlur={handleBlur("actualhours")} value={values.actualhours} label={"Actual Hours"} + keyboardType="numeric" /> @@ -244,6 +242,7 @@ export function TimeTicketCreate({ onBlur={handleBlur("productivehours")} value={values.productivehours} label={"Productive Hours"} + keyboardType="numeric" /> {error ? : null}