V15: Add textbox and text area serverside validation (#18596)

* Add validation to TextOnlyValueEditor

* Fix tests

* Add tests
This commit is contained in:
Mole
2025-03-06 13:19:28 +01:00
committed by GitHub
parent 7b6cef6083
commit 95c892000d
8 changed files with 130 additions and 6 deletions

View File

@@ -279,7 +279,7 @@ public class PropertyValidationServiceTests
IShortStringHelper shortStringHelper,
IJsonSerializer jsonSerializer,
IIOHelper ioHelper)
: base(attribute, shortStringHelper, jsonSerializer, ioHelper)
: base(attribute, Mock.Of<ILocalizedTextService>(), shortStringHelper, jsonSerializer, ioHelper)
{
}