InterviewSolution
Saved Bookmarks
| 1. |
Explain input groups in Bootstrap. |
|
Answer» The .input-group class is a CONTAINER for enhancing an input by adding a "HELP TEXT" icon, text, or button in front or BEHIND the input field. To ADD the help text in front of the input, use .input-group-prepend, and to add it behind the input, use .input-group-append. Finally, style the provided help text with the .input-group-text class. |
|