Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
huhuanming committed Sep 27, 2024
1 parent 4bcde6d commit dde62ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/components/src/forms/Input/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,9 @@ function BaseInput(
editable={editable}
{...readOnlyStyle}
{...props}
onPaste={platformEnv.isNative ? onPaste : undefined}
onPaste={() => {
alert('111');
}}
onChangeText={
platformEnv.isNativeIOS && keyboardType === 'decimal-pad'
? onNumberPadChangeText
Expand Down

0 comments on commit dde62ea

Please sign in to comment.