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
Current Behavior
When creating a mobile nav menu corresponding to to a desktop layout, the Scale API provides the scale-telekom-mobile-flyout-canvas. It can be seen in use in the examples provided by the Scale Team.
This component provides the appNameLink component which, changes nothing. The app name remains uninteractable.
Expected Behavior
Given the documentation, the naming conventions, and other components, such as <scale-telekom-header> I would expect this to turn the app name to a link.
Code Reproduction
<scale-telekom-nav-itemclass="burger-item"><button><scale-badge><scale-icon-action-menu></scale-icon-action-menu></scale-badge></button><scale-telekom-nav-flyoutclass="mobile-nav-flyout"><!-- the mobile navigation structure goes here --><scale-telekom-mobile-flyout-canvasapp-name="Standard Version" app-name-link="/foo"><scale-telekom-mobile-menuslot="mobile-main-nav"><scale-telekom-mobile-menu-itemactive><ahref="#">Topic One</a></scale-telekom-mobile-menu-item></scale-telekom-mobile-menu></scale-telekom-mobile-flyout-canvas></scale-telekom-nav-flyout></scale-telekom-nav-item>
Desktop (please complete the following information):
OS: Windows
Browser: Chrome, Firefox
Version 131.0.6778.205 (Chrome), 133 (Firefox)
Additional context
After inspecting the code for the the <scale-telekom-mobile-flyout-canvas> I found something I thought was peculiar:
The variable appNameLink (which is what is changed by setting the app-name-link attribute) does seem to ever be used inside the component .
It is very possible I am missing something, but the other references to this symbol are only from other, as far as I can tell unrelated, files.
Was the app-name-link functionality not actually implemented (yet), is the documentation wrong, or am I missing something?
Thanks you for looking into this!
The text was updated successfully, but these errors were encountered:
Scale Version
3.0.0-beta.154
Framework and version
plain HTML, CSS and JS
Current Behavior
When creating a mobile nav menu corresponding to to a desktop layout, the Scale API provides the scale-telekom-mobile-flyout-canvas. It can be seen in use in the examples provided by the Scale Team.
This component provides the appNameLink component which, changes nothing. The app name remains uninteractable.
Expected Behavior
Given the documentation, the naming conventions, and other components, such as
<scale-telekom-header>
I would expect this to turn the app name to a link.Code Reproduction
Desktop (please complete the following information):
Additional context
After inspecting the code for the the
<scale-telekom-mobile-flyout-canvas>
I found something I thought was peculiar:The variable
appNameLink
(which is what is changed by setting the app-name-link attribute) does seem to ever be used inside the component .It is very possible I am missing something, but the other references to this symbol are only from other, as far as I can tell unrelated, files.
Was the app-name-link functionality not actually implemented (yet), is the documentation wrong, or am I missing something?
Thanks you for looking into this!
The text was updated successfully, but these errors were encountered: