Update README.md

Co-Authored-By: Leonardo Tegon <ltegon93@gmail.com>
This commit is contained in:
yeonhoyoon 2019-05-22 08:28:46 +09:00 committed by GitHub
parent 11a704e814
commit c426fb03b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -909,7 +909,7 @@ config.wrappers do |b|
end
```
This sets the input and label class to `'label-input-class'` and will set the class `'is-invalid'`
This sets the input and label classes to `'label-input-class'` and will set the class `'is-invalid'`
if the input has errors and `'is-valid'` if the input is valid.
If you want to customize the custom _Form components_ on demand you can give it a name like this: