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
Please, provide the following version numbers that your issue occurs with:
CLI: 5.1.0
Cross-platform modules: 5.1.0
Runtime(s): 5.1.1
Please, tell us how to recreate the issue in as much detail as possible.
Create a router-outlet and a child route component for it. Add a TextField element with a shadow directive and a editable="false" attribute. When navigated to this route, the field is editable.
Is there any code involved?
I have reproduced this issue in a hello world app, putting the item-details.component into a router-outlet and adding a TextField inside of it. The router only works once for some reason - couldn't be bothered to fix but that's not what this is about. ns-test-shadow 2.zip
The text was updated successfully, but these errors were encountered:
Which platform(s) does your issue occur on?
Please, provide the following version numbers that your issue occurs with:
Please, tell us how to recreate the issue in as much detail as possible.
Create a
router-outlet
and a child route component for it. Add aTextField
element with ashadow
directive and aeditable="false"
attribute. When navigated to this route, the field is editable.Is there any code involved?
I have reproduced this issue in a hello world app, putting the
item-details.component
into arouter-outlet
and adding aTextField
inside of it. The router only works once for some reason - couldn't be bothered to fix but that's not what this is about.ns-test-shadow 2.zip
The text was updated successfully, but these errors were encountered: