Dustin Nielsen
Dustin Nielsen
# Info Requested by Thang Lam (https://goa-dio.slack.com/archives/C02PLLT9HQ9/p1708629936040739) Currently we have onFocus and onBlur (_focus and _blur for Angular) on our Input component. We also support the following other form components,...
# Info If you use the default `` with no other code inside, it outputs a copyright notice on the left and the alberta logo on the right. But the...
# Info When using a Text Area Component and using the properties that allow you to count the number of characters or words being used. There is text indicating how...
# Info If you look at our current `Items per page` example for the Pagination component and actually use it. You'll notice that if you're on the last page, and...
# Info We're missing an example on our website that used to be on our Storybook for the Pagination component. This example showcased a solution that allowed people to have...
# Info There's multiple problems with sandbox code missing small things, for both React and Angular. And the actual Form Stepper doesn't function inside the Sandbox, as in it doesn't...
# Info Currently we have more properties in the Icon component that are not documented and are not available in React ## Acceptance Criteria 1. Document and make available these...
# Info If you create two File Upload components, one using the Button variant, and the other using the Drag and Drop variant. When selecting files using the Button variant,...
## Notes: Right now, the only way to use Cypress for automation testing along with our components is to find the `goa-input` via a name property, then target the shadow...
## Summary of issue - The Input type date is not working as intended on safari (iOS). - The height of the input field is incorrect when input is empty...