We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c88036 commit 6f43c9dCopy full SHA for 6f43c9d
1 file changed
src/components/SelectionList/SplitListItem.tsx
@@ -139,8 +139,8 @@ function SplitListItem<TItem extends ListItem>({
139
inputStyle={[styles.optionRowAmountInput]}
140
containerStyle={[styles.textInputContainer]}
141
touchableInputWrapperStyle={[styles.ml3]}
142
- maxLength={formattedOriginalAmount.length}
143
- contentWidth={formattedOriginalAmount.length * 8}
+ maxLength={formattedOriginalAmount.length + 1}
+ contentWidth={(formattedOriginalAmount.length + 1) * 8}
144
/>
145
</View>
146
<View style={[styles.popoverMenuIcon, styles.pointerEventsAuto]}>
0 commit comments