07-15-2019 19:05
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

07-15-2019 19:05
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
I am trying to find a date picker for the setttings.js for my app. I've read through the available components here, https://dev.fitbit.com/build/reference/settings-api/#components, and have not been able to find anything. Does one exist or would I have to make my own?
10-22-2019 00:07
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

10-22-2019 00:07
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Yes! I figured it out as I was looking for the same thing!
You can get a date picker using the <TextInput> in the index.jsx file in Settings. Just add the type="date" attribute.
Also, just for reference, here are other types, but just know, not all of them are supported by Fitbit.
<TextInput
label="Day"
title="Day input"
settingsKey="day"
type="date" />

04-18-2020 02:38 - edited 04-18-2020 02:39
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


04-18-2020 02:38 - edited 04-18-2020 02:39
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
I’ve tried many things. It doesn’t work on my phone. It looks great on Fitbit studio.
This is what I see on my phone. The “arrow” doesn’t do anything.
Has anyone suggestions? Now I just use the “text” and “placeholder” but I’m not content with that.
Fitbit: Versa, Versa2, Sense. (Versa light) - Phone: Android. - Developer clockfaces.(Nederlands)
