Nithin S. Sabu
Nithin S. Sabu
Facing the same issue in 2.1.2 when using \ tags
> Did you spot something similar in Web Modeler? Yes and it generated 16k events in the last 30 days. https://modeler.sentry.io/issues/4436962339/?project=6167265&query=is%3Aarchived&referrer=issue-stream&statsPeriod=7d&stream_index=1 https://github.com/camunda/web-modeler/issues/7801
@nikku If I try to dynamically attach the properties panel like this, ```js const propertiesPanel = modeler.get('propertiesPanel'); propertiesPanel.attachTo(propertiesContainer); ``` getting the following error, Can you please have a look? I...
> For context, please share the web modeler issue you're currently working on. https://github.com/camunda/web-modeler/issues/7623
@nikku Can I get permission to push changes to this branch?
For my use case, I also need to get linting to work in the read-only mode. Currently getting the following error: ```js Error: No provider for "elementTemplates"! (Resolving: elementTemplates ->...
> Currently getting the following error: I managed to get it to work by providing the `CloudElementTemplatesPropertiesProviderModule` https://github.com/bpmn-io/bpmn-js-properties-panel/pull/1013/commits/341d403372d287bd8a0db913532950d0024f636f ✅
> What is left is three issues: > > * Custom styling (marking fields as disabled) > * Disabling form element focus (may need to be solved in properties panel)...