enterprise-ng
enterprise-ng copied to clipboard
Angular wrappers for IDS Enterprise components
**Describe the bug** When there is a guard in form page. If the accordion is used, the icon will be clickable as well as the text area. If you only...
**Describe the bug** When loading multiple rich text fields, the editor significantly takes a lot of time to load on chrome than on firefox. when loading the rich text on...
**Describe the bug** Request to expose Soho.Formatters.Fileupload for usage in enterprise-ng. Did notice that Soho.Editors.Fileupload is available. Steps to reproduce the behavior: 1. Go to 'datagrid-angular-formatter.demo.ts' 2. Change the formatter...
**Describe the bug** If we set the language to german and enter e.g. `1,5` into an input field then after leaving and reentering the input field it turns first to...
**Describe the bug** When the rich text editor value originally has a non breaking space set, modifying it and returning it to its original value still marks it as dirty....
**Describe the bug** When we use a full month string the datepicker seems to cut off the last number with a '...' regardless of month string length (May+ August) example....
**Is your feature request related to a problem? Please describe.** We have recently introduced the legend to both a date-picker, and a month-view component. The legend works however when switching...
**Describe the bug** Prerequisites: Chrome, Chrome Mobile Emulator enabled, simulate touch events When clicking on the first row of a datagrid the the event is actually captured by the header....
**Describe the bug** Value in Input field not selected when using InlineEditor in Datagrid **To Reproduce** [Stackblitz example](https://stackblitz.com/edit/ids-quick-start-1421-yvstkn) Steps to reproduce the behavior: 1. Click in one of the input...
For selecting multiple values in a filter, I am passing an array of SohoDataGridFilterCondition objects to setFilterConditions() Method and used filterType : 'multiselect' in the column. Instead of selecting provided...