udash-core
udash-core copied to clipboard
Get rid of $ from generated ComponentId
jQuery doesn't like $s in selectors. Probably jQuery wrapper could also replace $ in selectors with \\$, however, it seems like a good idea to generate ids without $s.

