changing the component to enforce a max of 150 characters.
This commit is contained in:
hiteshkumar87 2023-11-22 20:10:24 +05:30
parent 429d8b43d0
commit da9c77e303
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@ export default {
isRequired: Boolean,
maxLength: {
type: Number,
default: 250,
default: 150,
},
modelValue: String,
},

View file

@ -48,7 +48,7 @@
class="mb-4"
v-model="techNotes"
cmsWidgetName="TextAreaContentWidget"
maxLength="250" />
maxLength="150" />
<textBlock cmsWidgetName="DisclaimerCopyWidget" typeStyle="caption" />