-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] feat(form-field-file-beta): added new component #843
base: main
Are you sure you want to change the base?
Conversation
Demo will be published at https://apps.inindca.com/common-ui-docs/genesys-webcomponents/feature/COMUI-3129 |
@@ -0,0 +1,84 @@ | |||
@use '~genesys-spark/dist/scss/focus.scss'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will switch to using design tokens before removing [WIP] tag
...components/stable/gux-form-field/components/gux-form-field-file-beta/gux-form-field-file.tsx
Outdated
Show resolved
Hide resolved
...components/stable/gux-form-field/components/gux-form-field-file-beta/gux-form-field-file.tsx
Show resolved
Hide resolved
I can't remove an added file using the keyboard. The 'X' isn't keyboard focusable |
Should there be an indication in the component when it is a "multiple" vs "single" file upload? Also, in the case of a "multiple" file upload each time the "click to upload" is pressed, all the uploaded files are replaced. |
I will ask UX about this but how it is currently working is all native functionality. "multiple" is not visually indicated to the user. |
I will chat with you about this today. I thought that the usability of the component was worse when the button was keyboard nagitivable. |
6d100ae
to
93b6af6
Compare
93b6af6
to
df41084
Compare
added new component ✅ Closes: COMUI-3129
addressed PR comments
df41084
to
242320d
Compare
added new component
✅ Closes: COMUI-3129