Fix printer IP text input keyboard type to allow multiple dots
This commit is contained in:
@@ -579,7 +579,7 @@ export default function AdminScreen({ currentSettings, onSave, onClose }: AdminS
|
|||||||
placeholderTextColor={THEME.colors.textMuted}
|
placeholderTextColor={THEME.colors.textMuted}
|
||||||
value={printerIp}
|
value={printerIp}
|
||||||
onChangeText={setPrinterIp}
|
onChangeText={setPrinterIp}
|
||||||
keyboardType="numeric"
|
keyboardType="numbers-and-punctuation"
|
||||||
/>
|
/>
|
||||||
</View>
|
</View>
|
||||||
<View style={styles.inputGroup}>
|
<View style={styles.inputGroup}>
|
||||||
|
|||||||
Reference in New Issue
Block a user