SAP/yeoman-ui

Navigation breadcrumbs: use of start case on labels is splitting strings

IainSAP opened this issue · 1 comments

To reproduce:

  • Add a breadcrumb label that contains either number or brackets (there may be other characters also)
  • See that the resulting label has been split

image

Fix is to use text-transform: capitalize; instead of lodash _startCase which has this unexpected behaviour.

Fixed