-
Which of the following will add feedback icons for inputs?
-
- .has-feedback
- .has-success
- .has-danger
- .has-warning
- None of these
Correct Option: A
.has-feedback adds feedback icons for inputs like checkmark, warning and error signs, .has-danger adds red color to label and red border to the input, as well as an error icon inside the input, .has-success adds green color to label and green border to input, as well as checkmark icon inside input.