fix for the char limit(512) for textboxdatatype
This commit is contained in:
committed by
Michael Latouche
parent
f43bc50e7d
commit
2c580e8d4f
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user