proper keyboard
This commit is contained in:
@@ -103,6 +103,7 @@ export default function FormScreen() {
|
||||
placeholder="Wpisz powierzchnię"
|
||||
style={{ margin: 10, width: "100%" }}
|
||||
value={formData.area}
|
||||
keyboardType="numeric"
|
||||
onChangeText={(e) => setFormData({ ...formData, area: e })}
|
||||
/>
|
||||
<TextInput
|
||||
|
||||
@@ -129,6 +129,7 @@ export default function EditLocation() {
|
||||
placeholder="Wpisz powierzchnię"
|
||||
style={{ margin: 10, width: '100%' }}
|
||||
value={formData.area}
|
||||
keyboardType="numeric"
|
||||
onChangeText={(e) => setFormData({ ...formData, area: e })}
|
||||
/>
|
||||
<TextInput
|
||||
|
||||
Reference in New Issue
Block a user