You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This appears to happen by default when sourcing the title from the "id" provided in a config object through the TabContainerModel
The text was updated successfully, but these errors were encountered:
amcclain
changed the title
TabModel.title will omit special characters like '&' because we run it thought lodash's startCaseTabModel.title will omit special characters like '&' because we run it through lodash's startCaseOct 22, 2024
Could relocate out of this file and avoid the use of startCase there as well.
Although it looks to me like this only applies if you are not spec'ing a title and instead having the tab id be auto-processed into a display title. Do you have chars like & in your tab IDs also? That seems a bit weird to me, and potentially a source of bugs if you had routing enabled. Pls review and confirm when you have a chance?
This appears to happen by default when sourcing the title from the "id" provided in a config object through the TabContainerModel
The text was updated successfully, but these errors were encountered: