Skip to content

Commit fd15874

Browse files
authored
NumberInput - fix editable (#2664)
1 parent 2c4e5e7 commit fd15874

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/numberInput/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ function NumberInput(props: NumberInputProps, ref: any) {
191191
onChangeText={onChangeText}
192192
contextMenuHidden={contextMenuHidden}
193193
onBlur={onBlur}
194+
editable={textFieldProps?.editable}
194195
/>
195196
);
196197
}

0 commit comments

Comments
 (0)