CSR-1663
changing the component to enforce a max of 150 characters.
This commit is contained in:
parent
429d8b43d0
commit
da9c77e303
2 changed files with 2 additions and 2 deletions
|
|
@ -35,7 +35,7 @@ export default {
|
|||
isRequired: Boolean,
|
||||
maxLength: {
|
||||
type: Number,
|
||||
default: 250,
|
||||
default: 150,
|
||||
},
|
||||
modelValue: String,
|
||||
},
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@
|
|||
class="mb-4"
|
||||
v-model="techNotes"
|
||||
cmsWidgetName="TextAreaContentWidget"
|
||||
maxLength="250" />
|
||||
maxLength="150" />
|
||||
|
||||
<textBlock cmsWidgetName="DisclaimerCopyWidget" typeStyle="caption" />
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue