Fix typo
This commit is contained in:
@@ -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 },
|
||||||
|
|||||||
Reference in New Issue
Block a user