feat: Moves info view feature to it's own module.
This commit is contained in:
@@ -10,13 +10,11 @@ extension View {
|
||||
#endif
|
||||
}
|
||||
|
||||
#warning("Fix me.")
|
||||
// The decimal pad autocompletes too quickly in the simulator, needs tested on an actual
|
||||
// device.
|
||||
public func decimalPad() -> some View {
|
||||
#if os(iOS)
|
||||
// self.keyboardType(.decimalPad)
|
||||
self.keyboardType(.numberPad)
|
||||
self.keyboardType(.decimalPad)
|
||||
#else
|
||||
self
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user