From 19b2efea9df9ad3f910b5104be6b4b592c97193f Mon Sep 17 00:00:00 2001 From: Brandon Presley Date: Thu, 4 Aug 2022 14:27:07 +1200 Subject: [PATCH] Select all weight text on focus --- SetForm.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/SetForm.tsx b/SetForm.tsx index 31c5f91f..54d038a4 100644 --- a/SetForm.tsx +++ b/SetForm.tsx @@ -155,6 +155,7 @@ export default function SetForm({ onChangeText={setWeight} onSubmitEditing={handleSubmit} ref={weightRef} + selectTextOnFocus />