fix for the char limit(512) for textboxdatatype

This commit is contained in:
Dhanesh Kumar
2023-04-13 23:02:17 +05:30
committed by Michael Latouche
parent f43bc50e7d
commit 2c580e8d4f

View File

@@ -5,7 +5,7 @@
ng-model="model.value"
val-server="value"
min="0"
max="500"
max="512"
fix-number />
<span ng-messages="prevalueTextLimitedForm.textLimitedField.$error" show-validation-on-submit >
@@ -13,5 +13,5 @@
</span>
</ng-form>
</div>