03-02-2019 03:42
03-02-2019 03:42
Hi,
I use the textInput component in the settings. In the documentation the type property is mentioned. But I can't find any documentation which types could be used there.
Is this for using the standard Javascript types?
Regards
Capitano
03-08-2019 13:38
03-08-2019 13:38
Hi,
I had the same problem with TextInput component, but this link helped me a lot.
The type of input field defaults to "text" in case of string input (see also TextInput)
In my specific case, I need a control for entering a number. For this purpose type="number" works fine.
I would also like Fitbit to provide a summary of all available type properties for the input field.
Regards,
Puppis