Posts

Showing posts from 2017

npm ERR! self signed certificate in certificate chain

Run the below command to overcome this error. npm config set strict - ssl false

Nintex Forms - People control display issue in repeater section

Issue : When a People control is added in a repeater section, user suggestions drop down would be buried within repeater section instead of overlaying it. Resolution : Add the following CSS to the form. div .nf-repeater.nf-droppable-container { overflow : visible !important ; } NOTE: This issue seems to be fixed in Nintex Forms 2.10.1.0