numeric keypad for Productive and Actual Hours

This commit is contained in:
jfrye122
2023-06-02 13:50:39 -04:00
parent 20e59bdd6b
commit cf24d49f9f
2 changed files with 5 additions and 3 deletions

View File

@@ -147,6 +147,7 @@ export function TimeTicketClockOff({
onBlur={handleBlur("actualhours")}
value={values.actualhours}
label={"Actual Hours"}
keyboardType="numeric"
/>
<TextInput
style={localStyles.inputStyle}
@@ -155,6 +156,7 @@ export function TimeTicketClockOff({
onBlur={handleBlur("productivehours")}
value={values.productivehours}
label={"Productive Hours"}
keyboardType="numeric"
/>
<CostCenterSelect
currentRatesNCostCenters={currentRatesNCostCenters}