docs: update migration guide

This commit is contained in:
Łukasz Holeczek 2021-08-01 21:34:08 +02:00
parent 69c6d61d47
commit 3db0405db3

View File

@ -23,7 +23,7 @@
### Forms ### Forms
- `CInput` => `CFormControl` - `CInput` => `CFormInput`
- `CInputCheckbox` => `CFormCheck` - `CInputCheckbox` => `CFormCheck`
- `CLabel` => `CFormLabel` - `CLabel` => `CFormLabel`
- `CSelect` => `CFormSelect` - `CSelect` => `CFormSelect`