Alexander M
Alexander M
### Description After deleting the entire date, and pressing the tab key (in order to go onto the next field), it won't go on the next field but select the...
### Description The "nullValue" option should be deprecated as it cannot provide a consistent behavior through the different editors. The logic about the null value should be handled by the...
### Description When zooming out the browser to 75% or 50%, some of the editor's borders disappear. If you continue zooming out - all the borders appear again. In my...
Additional information related to this pull request: Allowing correct imports in routing module when having nested components in Web Components projects.
### Description Currently our jQuery projects still use version 21.2. We should update to 22.1 - Ignite UI CLI version: x.x.x - Framework: jQuery **Blocking:** If we update to 22.1...
### Description When executing "ig lint" in Ignite UI for Angular project, no results are returned but the Wizard is started. - Ignite UI CLI version: 9.x.x - Framework: Angular...
### Description Currently imports are missing file extension, resulting in lint errors. TypeScriptFileUpdate.ts should be updated to generate the imports inside app-routing.ts with .js extensions - Ignite UI CLI version:...
### Description Currently web components projects use own TypeScriptFileUpdate.ts file, located inside their own folder. It duplicates much of the logic inside the "general" file placed under "packages/core/typescript". All projects...
### Description Currently the side navigation is always visible which breaks the user experience or mobile devices. It should be possible to hide it when the viewport is small or...
### Description Both buttons - Add and Cancel that are inside the Add singer dialog are not working. The only way to close the dialog is via Escape key. -...