feat: Working on ignoring flagged measurements that are zero for optional values.
This commit is contained in:
@@ -390,6 +390,7 @@ public struct EquipmentMeasurementFormView: View {
|
||||
prompt: Text(title)
|
||||
)
|
||||
.numberPad()
|
||||
.onSubmit { send(.submitField) }
|
||||
} else {
|
||||
TextField(
|
||||
title,
|
||||
@@ -398,6 +399,7 @@ public struct EquipmentMeasurementFormView: View {
|
||||
prompt: Text(title)
|
||||
)
|
||||
.decimalPad()
|
||||
.onSubmit { send(.submitField) }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user