We have to make people picker readonly by Programmatically
<SharePoint:PeopleEditor
AllowEmpty="false"
ID="ppk"
runat="server"
SelectionSet="User"
class="peopleedit" MultiSelect="false" />
We can easily enable people picker using "Id"
Example: ppk.Enabled = false;
If we have to hide only show button and allow typein here is the
Example: ppk.ShowButtons = false;
ppk.AllowTypeIn = false;
SharePoint Online Real Time Training Contact: JLAKSHMITULASI@GMAIL.COM