onSelectedOptionsChange(childCategoryField, options)
}
/>
{/**
* This is currently correct, in that the top TOP_CHILD_ENTITIES_TO_FETCH for this
* single child category field will be fetched and available to view. But in the future,
* if we add more category fields and more possible child category fields, we will only fetch
* the top TOP_CHILD_ENTITIES_TO_FETCH values across ALL child category fields, so it may
* be split between them. In that case this help text will need to be changed.
*/}
{`Top ${TOP_CHILD_ENTITIES_TO_FETCH} ${childCategoryField}s sorted by anomaly ${sortType}. You may select up to ${MAX_TIME_SERIES_TO_DISPLAY}.`}