Which attribute is used to input to prevent user input?
.has-feedback
disabled
readonly
.sr-only
None of these
Correct Option: C
We can add readonly attribute to an input to prevent user input. .sr-only class is applied on non-visible labels, disabled attribute is added to disabled an input field.