Bug with readOnly properties
Posted: 01 Dec 2018
SP2013, last CU + Forms Designer Client 3.1.4
______________________________________________
1. create library with document set content type. Add text field "Test".
2. Open forms designer and create new form with button:
3. create new list item and click on button
4. open new item - field "Test" is empty!
______________________________________________
1. create library with document set content type. Add text field "Test".
2. Open forms designer and create new form with button:
Code: Select all
fd.field('Test').value('testtesttest');
fd.field('Test').readonly(true);
4. open new item - field "Test" is empty!