Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
0b1875d0
Commit
0b1875d0
authored
7 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
Update form validation migration docs
parent
5d97a1c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/4.0/migration.md
+1
-2
docs/4.0/migration.md
with
1 addition
and
2 deletions
+1
-2
docs/4.0/migration.md
+
1
-
2
View file @
0b1875d0
...
@@ -120,8 +120,7 @@ New to Bootstrap 4 is the [Reboot]({{ site.baseurl }}/docs/{{ site.docs_version
...
@@ -120,8 +120,7 @@ New to Bootstrap 4 is the [Reboot]({{ site.baseurl }}/docs/{{ site.docs_version
-
Added new
`.form-control-label`
class to vertically center labels with
`.form-control`
s.
-
Added new
`.form-control-label`
class to vertically center labels with
`.form-control`
s.
-
Added new
`.form-row`
for compact form layouts with the grid classes (swap your
`.row`
for a
`.form-row`
and go).
-
Added new
`.form-row`
for compact form layouts with the grid classes (swap your
`.row`
for a
`.form-row`
and go).
-
Added custom forms support (for checkboxes, radios, selects, and file inputs).
-
Added custom forms support (for checkboxes, radios, selects, and file inputs).
-
Added HTML5 form validation support via CSS's
`:invalid`
and
`:valid`
pseudo-classes.
-
Replaced
`.has-error`
,
`.has-warning`
, and
`.has-success`
classes with HTML5 form validation via CSS's
`:invalid`
and
`:valid`
pseudo-classes.
-
Renamed
`.has-error`
to
`.has-danger`
.
-
Renamed
`.form-control-static`
to
`.form-control-plaintext`
.
-
Renamed
`.form-control-static`
to
`.form-control-plaintext`
.
### Buttons
### Buttons
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment