Reimplement SaveButton disabled until input change

This commit is contained in:
leigh-mil
2019-06-13 14:34:55 -04:00
parent ab761d9d88
commit 5be4efb9d9
9 changed files with 323 additions and 267 deletions

View File

@@ -1,3 +1,5 @@
import stickybits from 'stickybits'
import ClinFields from '../clin_fields'
import DateSelector from '../date_selector'
import FormMixin from '../../mixins/form'
@@ -40,4 +42,12 @@ export default {
++this.clinIndex
},
},
directives: {
sticky: {
inserted: el => {
stickybits(el)
},
},
},
}