Extending input handlers with numbers
Let’s see the app.
library(OSUICode)
customTextInputHandlerExample(7, "Nombre")
customTextInputHandlerExample(7, Sys.Date())
customTextInputHandlerExample(7, 5)
Note: Since the
data-type
is set at app startup by checking the class of the value, it will never change later.