You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The example of .valid-feedback, .valid-tooltip and .invalid-tooltip does not seem to be in the document. Should we add these examples? especially it would be useful to clarify how to use invalid/valid-tooltip. Thanks.
.valid-feedbck works nicely, although not sure about invalid or valid tooltip. It appears to make a fixed width (250px) red or green background behind the tooltip, rather than changing the tooltip background color.
Fixes#24811.
This adds .valid-feedback to our custom styles and server side examples; previously we ommitted this to suggest you don't always need valid feedback. In addition, this adds examples of the .{valid|invalid}-tooltip classes with a new subsection in the Validation docs.
* Add additional form validation examples
Fixes#24811.
This adds .valid-feedback to our custom styles and server side examples; previously we ommitted this to suggest you don't always need valid feedback. In addition, this adds examples of the .{valid|invalid}-tooltip classes with a new subsection in the Validation docs.
* Update validation tooltip styles to remove fixed width; instead should retain itself to the parent element
* update ids
* finish docs paragraph, mention position: relative
The example of
.valid-feedback
,.valid-tooltip
and.invalid-tooltip
does not seem to be in the document. Should we add these examples? especially it would be useful to clarify how to use invalid/valid-tooltip. Thanks.Related SCSS:
bootstrap/scss/mixins/_forms.scss
Lines 31 to 51 in 8df34b0
The text was updated successfully, but these errors were encountered: