Chris Olsen

Results 35 issues of Chris Olsen

I recently switched OS to Linux noticed that I no longer get auto recompiling of my Appengine code (standard environment) on changes. I also upgraded the app from Go1.6 to...

Because my svelte component is being compiled to a web component I need to do some additional validation on passed in attributes within the `onMount` function. If I throw an...

released on @next

### What version of `vite` are you using? 3.2.5 ### System info and storybook versions System: OS: Linux 6.0 Fedora Linux 37 (Workstation Edition) CPU: (4) x64 Intel(R) Core(TM) i5-6200U...

bug

The `.goa-container` `flex` css can updated to allow for dynamically setting it to prevent flex growth. ``` .goa-container { box-sizing: border-box; display: flex; flex: 0 0 auto; /** here **/...

Enhancement
ready-for-contribution

![image](https://github.com/GovAlta/ui-components/assets/41582/ea2aaa7b-b4ce-4a84-9b15-952f0c5f3235) ## Acceptance Criteria 1. App Footer Nav Section has `slot` of `nav` and a description, equivalent to Meta section

Documentation
ready-for-contribution

``` ``` ![image](https://github.com/GovAlta/ui-components/assets/41582/c8364884-90f0-497d-806b-b4dee4daf118)

Bug
ready-for-contribution

![Image](https://github.com/GovAlta/ui-components/assets/1081991/4344e792-b40a-4b51-8b36-430414c6c69f) ### Replication Steps 1. Small screen resolution (so that dropdown renders above instead of below) (or adjust `maxHeight` property to be larger) 2. Large list of items 3. Set...

Bug
ready-for-contribution

![Peek 2024-04-24 12-05](https://github.com/GovAlta/ui-components/assets/41582/887d1a02-6bc0-4dce-ac66-38f4169dc4d5)

Bug
ready-for-contribution

# Info In the W3C's [guidelines](https://www.w3.org/WAI/ARIA/apg/patterns/dialog-modal/examples/datepicker-dialog/#:~:text=the%20calendar%20grid.-,Date%20Picker%20Dialog%3A%20Date%20Grid,-Key) for keyboard navigation of a Datepicker. It states that the End and Home keys should take the user to the end of the week...

Bug