I am using the below code to set the field as read only in portal form
$("#serialnumber").prop("readonly", true);
After making read only i am getting preceding character hyphen(-) on text fields like below:

Anyone else experiencing this issue?
Any suggestions / help would help!!










