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}
|
||||
value={printerIp}
|
||||
onChangeText={setPrinterIp}
|
||||
keyboardType="numeric"
|
||||
keyboardType="numbers-and-punctuation"
|
||||
/>
|
||||
</View>
|
||||
<View style={styles.inputGroup}>
|
||||
|
||||
Reference in New Issue
Block a user