We have a field that has a CSS value of read-only applied to it in a table. The first row works correctly, but all rows after that do not. It should mark the field as read only using the following JavaScript:
//make fields with read-only class read-only $(".read-only *").prop("readonly", true);
This is what I get though: