We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps to Reproduce
Expected Text in Menu item must show "&".
Result Text in Menu item is not show "&"
Testcase If the docs show the issue, use: https://react.semantic-ui.com/collections/menu#menu-example-colored Otherwise, fork this to get started: http://codepen.io/levithomason/pen/ZpBaJX
The text was updated successfully, but these errors were encountered:
Using content={'Black & White'} rather than name={'Black & White'} works, tested on version 0.71.0.
Sorry, something went wrong.
Indeed. The if no content is provided then we _.startCase the name and use that for the content. This method removes special characters.
content
_.startCase
See #1340 (comment).
No branches or pull requests
Steps to Reproduce
Expected
Text in Menu item must show "&".
Result
Text in Menu item is not show "&"
Testcase
If the docs show the issue, use: https://react.semantic-ui.com/collections/menu#menu-example-colored
Otherwise, fork this to get started: http://codepen.io/levithomason/pen/ZpBaJX
The text was updated successfully, but these errors were encountered: