Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Type of textInput in Settings

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

Best Answer
0 Votes
1 REPLY 1

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

Best Answer