I have a custom TextField and want to be able to use the .keyboardType(.numberPad) modifier on the CustomTextInputField rather than ha
TextField
.keyboardType(.numberPad)
CustomTextInputField