Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update test app custom error component's property names #20

Merged
merged 14 commits into from
Jul 14, 2020
Merged
Prev Previous commit
Next Next commit
docs: update config section
  • Loading branch information
harikvpy committed Jul 10, 2020
commit 859f475d18d8a0221f7f28219302fa3157985130
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ The library adds a `form-submitted` to the submitted form. You can use it to sty

## Config

### Global Config
- `blurPredicate` - Elements that should listen the `focusout` event. The default predicate is:

```ts
Expand Down Expand Up @@ -305,7 +304,6 @@ The library adds a `form-submitted` to the submitted form. You can use it to sty
export class AppModule {}
```

### Per Control Config
- `controlErrorsOnBlur` - To modify the error display behavior and show the errors on submission alone, set the following input:

```html
Expand Down