Hi anyone know if there is more documentation on genericForm other than this from the api doc:
“Creates a form containing various input objects. Can be used to display a settings page for an app, for example. This is a useful shortcut for creating a page with many elements, without having to manually define and position each element.”
For example I’m attempting to have an Item in the form with ‘inputType’ other that ‘numeric’. In the provided sample only ‘numeric’ is used. I would like to know what are the possible values that I can use here.
thanks in advance
Wallnut