Top Navigation - Menu Trigger Button is Empty #3084
-
Empty |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Hi, in our top navigation demo the behaviour works as expected. Could you share a reproducible example? |
Beta Was this translation helpful? Give feedback.
-
Unfortunately it is not working for me. Please find the WebStorm project zip here Steps Taken:
Replaced index.css with index.scss
Please let me know if you need any other information. Thanks :) |
Beta Was this translation helpful? Give feedback.
-
Thank you for sharing. I realized that the i18nStrings are not passed to the top navigation which are needed to have the text appear. Once I passed them your code started showing the More text in the button. You can either pass them to the component manually (see in our demo) or use our i18nProvider. We have many components that have i18n strings and using the provider will pass their value automatically if they are supported. You can see if they are supported through our website, for an example in top navigation API there is this note attached to the i18nStrings property
|
Beta Was this translation helpful? Give feedback.
-
Thanks this works perfectly |
Beta Was this translation helpful? Give feedback.
Thank you for sharing. I realized that the i18nStrings are not passed to the top navigation which are needed to have the text appear. Once I passed them your code started showing the More text in the button.
You can either pass them to the component manually (see in our demo) or use our i18nProvider. We have many components that have i18n strings and using the provider will pass their value automatically if they are supported. You can see if they are supported through our website, for an example in top navigation API there is this note attached to the i18nStrings property