Skip to content

Commit

Permalink
🐛 allow user to select text in input on click
Browse files Browse the repository at this point in the history
  • Loading branch information
ulricden committed Nov 28, 2023
1 parent 513287e commit 25ff428
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/numberField/NumberField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ export const NumberField = React.forwardRef<TextInput, NumberFieldProps>(
value={props.onChangeText ? props.value : value}
ref={ref ?? undefined}
style={[stateStyle(), props.style]}
selectTextOnFocus={false}
onChangeText={(e) => onChangeText(e)}
onBlur={(e) => onBlur(e)}
onFocus={(e) => onFocus(e)}
Expand Down

0 comments on commit 25ff428

Please sign in to comment.