The text on the left side of the select button is controlled by the label attribute. The text above the list items is controlled by the title attribute. The text for each list item is controlled by the renderItem attribute. But is there any way to control the text on the right side of the select button?
For example, if a large number of items are in a list, it would be nice to be able to change this text to something like "12 Selected" instead of just showing the name of the first few items followed by an ellipsis.
As another example, let's say the user is selecting days of the week. If the user chooses every day of the week, rather than displaying "Sunday, Monday, Tuesday, Wedn..." it would be nice to be able to change the text to "Every Day".
I'll create this as a feature request if it currently isn't possible, but figured I'd check first.
Answered! Go to the Best Answer.
Best Answer
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
I checked with the relevant team, but unfortunately it's not currently possible.
Best Answer
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
No worries—I added this as a feature suggestion. We'll see how much demand there is for this.
Best Answer@SunsetRunner I see you were able to use the multiple selection settings component. How do you convert the newValue from the settings to use in index.js? Thanks.
Best Answer