@tidy

Docs
github [#142]Created with Sketch.
Getting Started
What is @tidy?InstallationQuick Start
Core Concepts
Global ConfigurationuseFormValidators
How To
Create Simple FormCreate Nested FormsCreate Nested Form ArraysValidate Form on SubmitCross Field Validation (Compare Password)Conditional ValidationAsync ValidationCustom ValidationValidate Checkbox or Radio Button
API Reference
AlphaConfigArrayConfigBaseValidatorConfigCreditCardConfigDefaultConfigDifferentConfigExtensionConfigFactorConfigHexColorConfigIpConfigMaxDateConfigMaxTimeConfigMinDateConfigMinTimeConfigNumberConfigPasswordConfigPatternConfigRangeConfigRelationalOperatorConfigTimeConfig
Community
Contribution

DefaultConfig

Configure to restrict the user input with the defined value.

The DefaultConfig interface extends the BaseValidatorConfig interface to provide a simple way to set a value to restrict the user input.

Inheritence

  • Inherits all properties from BaseValidatorConfig.

Properties:

  • value (Optional): Enter value which you want to restrict with the user input in the property.

CreditCardConfig

Configure credit card validation, allowing specification of accepted types....

DifferentConfig

Configure to provide a way to associate a field name with a validator....