enable input source linking for textarea fields

This commit is contained in:
Jake McDermott
2019-03-12 20:26:42 -04:00
parent e14f17687c
commit 957804e22a
4 changed files with 71 additions and 18 deletions

View File

@@ -18,11 +18,13 @@
{{::vm.strings.get('inputSources.SELECTED')}}
</div>
<span>
<at-tag
ng-show="vm.selectedName"
tag="vm.selectedName"
icon="external"
/>
<div class="at-InputTagContainer">
<at-tag
ng-show="vm.selectedName"
tag="vm.selectedName"
icon="external"
/>
</div>
<div
class="InputSourceLookup-selectedItemText"
ng-show="!vm.selectedName"