This commit is contained in:
2025-01-26 15:03:52 +01:00
parent 77057c39e2
commit 3f680a8de6

View File

@@ -121,7 +121,7 @@ class TpInput extends BaseElement {
/* /*
* Force invalid state no matter what. * Force invalid state no matter what.
* Useful if the input must be invalid even if the value itself would be valid. * Useful if the input must be invalid even if the value itself would be valid.
* For example: Event if a valid email address was entered, an external test that makes a DNS check for the domain may fail. * For example: Even if a valid email address was entered, an external test that makes a DNS check for the domain may fail.
* In this case we still want to force the invalid state. * In this case we still want to force the invalid state.
*/ */
forceInvalid: { type: Boolean }, forceInvalid: { type: Boolean },