* 508 fixes to bring the comments table into compliance. The <thead> element must be visible to users and <th> must display text that indicates what resides in the columns below.
* Updated to properly use the i18 translation
* This is a 508 Compliance fix to add a keyup.enter, role, and tabindex to both the icon and span associated with the file upload widget. This will allow keyboard-only users the ability to tab to a file loaded with the Upload Widget and select the element using the enter key.
* * Covered more test case scenarios for start-form component
* [ADF-1608] Start Form - Improve the unit test cases.
* Refactored start-form.component.spec.ts
* Covered more test case scenarios for start-form component
* Get the typeahead value from the process variables. We should not use the processDefinition to get again all the values
* Improve the dropdown widget
* [ADF-1291] Attachment list after upload list is not instantly refreshed
* Implemented NgZone to ensure change detection
* [#2377 Github] Attachments control won't let you add a document you removed
* Reset the value of input after each upload so that change will be detected if the same file is selected repeatedly
* [#2377 Github] Attachments control won't let you add a document you removed
* Added test to make sure the input value is rest after upload
* 508 fixes to bring the comments table into compliance. The <thead> element must be visible to users and <th> must display text that indicates what resides in the columns below.
* Updated to properly use the i18 translation
* [ADF-1590] Cursor pointer is not displayed on expand/collapse Task and Process Filters
* Added property [cursor: pointer] in accordion-group.component.scss
* [ADF-1590] Cursor pointer is not displayed on expand/collapse Task and Process Filters
* Added property [cursor: pointer] in accordion-group.component.scss
* Added css property for expand/collapse problem on heading click
* [ADF-1549] Added undoc stoplist feature
* [ADF-1549] Better grouping of items in doc index
* [ADF-1549] Added undoc stoplist feature
* [ADF-1549] Better grouping of items in doc index
* [ADF-1574] Info Drawer - Add a mechanism to know the current active tab
* Added a output event in adf-info-drawer component to get the currently active tab
* [ADF-1574] Info Drawer - Add a mechanism to know the current active tab
* Added a output event in adf-info-drawer component to get the currently active tab
* Added unit test file
* Updated info-drawer.md