set regex pattern on input field validation and making widget false. Even I am putting correct pattern but getting below error:
Could not load file or assembly 'OutSystems.NssText, Version=11.11.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
Just doing regex pattern and setting widget invalid
Outsystems.NssText is a script file given by outsystems. is there any outdated dependecies?
Hi @virat kohli,
Please check in your code the WidgetId which you are using in JavaScript is not available/rendered when you calling it into JavaScript, please verify your code and call it once it is rendered/available.
Reagrds
Shashi Kant Shukla