N°8772 - dynamic form

This commit is contained in:
Benjamin Dalsass
2025-10-30 10:38:23 +01:00
parent 4c9373d034
commit 68d2038488
40 changed files with 854 additions and 328 deletions

View File

@@ -19,6 +19,15 @@ class FormInput extends AbstractFormIO
return $this->HasValue();
}
/**
* @param string|null $sEventType
*
* @return bool
*/
public function IsEventDataReady(string $sEventType = null): bool
{
return $this->HasEventValue($sEventType);
}
/**
* Set the values of the input.