PasswordOpts
@tsed/schema-formio
Usage
typescript
import { PasswordOpts } from "@tsed/schema-formio";See /packages/third-parties/schema-formio/src/decorators/password.ts.
Overview
ts
interface PasswordOpts extends Record<string, any> {
showCharCount?: boolean;
showWordCount?: boolean;
}showCharCount
ts
showCharCount?: boolean;showWordCount
ts
showWordCount?: boolean;