get validation to work for bootstrap 4#1
Merged
beenje merged 1 commit intobeenje:bootstrap-v4from Jun 9, 2018
Merged
Conversation
Owner
|
Thanks for the PR! |
Author
|
The Great God of stack overflow or I looked at the source, don't remember :)
…On Sun, Jun 3, 2018, 10:49 PM Benjamin Bertrand ***@***.***> wrote:
Thanks for the PR!
Where did you get the d-block from? I don't see it anywhere in the
official documentation (for forms):
https://getbootstrap.com/docs/4.1/components/forms/
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADQphSKEEo4qbpCiycmjqvW8fA3ejCc0ks5t5Bq0gaJpZM4UQCh0>
.
|
Author
|
d-block is display block... Bootstrap says: Since Bootstrap applies display:
block and width: 100% to almost all our form controls...
https://getbootstrap.com/docs/4.0/components/forms/
But quick-form was not applying it... Can't find the post that led me to
this though...
…On Sun, Jun 3, 2018, 11:24 PM Rakesh Kelkar ***@***.***> wrote:
The Great God of stack overflow or I looked at the source, don't remember
:)
On Sun, Jun 3, 2018, 10:49 PM Benjamin Bertrand ***@***.***>
wrote:
> Thanks for the PR!
> Where did you get the d-block from? I don't see it anywhere in the
> official documentation (for forms):
> https://getbootstrap.com/docs/4.1/components/forms/
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#1 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/ADQphSKEEo4qbpCiycmjqvW8fA3ejCc0ks5t5Bq0gaJpZM4UQCh0>
> .
>
|
Owner
|
Sorry for the delay. I'll merge this anyway as it solves some issues. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
set d-block to get the invalid feedback to show up as red
set is-invalid on the form control for a lovely red border