How to disable sharepoint 2016 multi line text field without disable scroll bar? I used this script to set multi line text field as read-only but it disable the scrollbar as well!
$(function() {
$($("[id=UserName][id$=inplacerte]")[0]).attr("contenteditable","false");
});
Please, helpe me to disable sharepoint 2016 multi line text field without disable scroll bar?