Add support for drag/drop to key formatted textareas

This commit is contained in:
gconsidine
2017-06-02 11:50:19 -04:00
parent 952958a83c
commit 40dbe56932
4 changed files with 43 additions and 37 deletions

View File

@@ -2,9 +2,10 @@
<div class="form-group at-u-flat">
<at-input-label></at-input-label>
<div class="input-group">
<span class="input-group-btn at-InputGroup-button">
<button class="btn at-ButtonHollow--white at-Input-button"
<div ng-class="{ 'input-group': edit }">
<span ng-if="edit" class="input-group-btn at-InputGroup-button">
<button ng-if="edit"
class="btn at-ButtonHollow--white at-Input-button"
ng-disabled="state._disabled || form.disabled"
ng-click="vm.toggle()">
{{ buttonText }}