Clear People Picker field
Posted: 10 Jan 2019
Hi there
I have a condition which populates a name for People Picker field, but i need to remove it if the field is changed.... and i can't Could you please help me? i tried
fd.field('Approver').control().value()
fd.field('Approver').control().value('')
fd.field('Approver').control().value("")
fd.field('Approver').control().value() == ''
fd.field('Approver').control().value() == ""
no luck ((
I have a condition which populates a name for People Picker field, but i need to remove it if the field is changed.... and i can't Could you please help me? i tried
fd.field('Approver').control().value()
fd.field('Approver').control().value('')
fd.field('Approver').control().value("")
fd.field('Approver').control().value() == ''
fd.field('Approver').control().value() == ""
no luck ((