Merge pull request #382 from dod-ccpo/make-approver-name-optional
Make CCPO approver name optional
This commit is contained in:
commit
56cb21e821
@ -95,7 +95,7 @@ export default {
|
|||||||
} else if (invalidate) {
|
} else if (invalidate) {
|
||||||
this.showError = true
|
this.showError = true
|
||||||
}
|
}
|
||||||
this.showValid = valid
|
this.showValid = this.value != "" && valid
|
||||||
|
|
||||||
// Emit a change event
|
// Emit a change event
|
||||||
this.$root.$emit('field-change', {
|
this.$root.$emit('field-change', {
|
||||||
|
@ -5,7 +5,7 @@ import createAutoCorrectedDatePipe from 'text-mask-addons/dist/createAutoCorrect
|
|||||||
export default {
|
export default {
|
||||||
anything: {
|
anything: {
|
||||||
mask: false,
|
mask: false,
|
||||||
match: /^(?!\s*$).+/,
|
match: /\s*/,
|
||||||
unmask: [],
|
unmask: [],
|
||||||
validationError: 'Please enter a response'
|
validationError: 'Please enter a response'
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user