-
Notifications
You must be signed in to change notification settings - Fork 30
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
Code example for file upload button #845
Comments
Welcome 👋Welcome to the How to contributePlease read our CONTRIBUTING.md, which explains our ways of working and guidelines for contributions. Code of ConductWe'd appreciate it if you could read and abide by our Code of Conduct, as we wish to foster an inclusive and respectful community. |
GCHQ-Developer-530
moved this from Ready for dev
to Dev In Progress
in Intelligence Community Design System
Mar 12, 2024
GCHQ-Developer-530
added a commit
that referenced
this issue
Mar 12, 2024
Add code examples for dropdown and file upload buttons . #845
2 tasks
GCHQ-Developer-530
moved this from Dev In Progress
to In Review
in Intelligence Community Design System
Mar 12, 2024
GCHQ-Developer-530
added a commit
that referenced
this issue
Mar 13, 2024
Add code examples for dropdown and file upload buttons . #845
GCHQ-Developer-530
added a commit
that referenced
this issue
Mar 13, 2024
Add code examples for dropdown and file upload buttons . #845
GCHQ-Developer-530
added a commit
that referenced
this issue
Mar 14, 2024
Add code examples for dropdown and file upload buttons . #845
GCHQ-Developer-530
moved this from In Review
to Done
in Intelligence Community Design System
Mar 14, 2024
jd239
pushed a commit
that referenced
this issue
Mar 20, 2024
Add code examples for dropdown and file upload buttons . #845
jd239
pushed a commit
that referenced
this issue
Mar 20, 2024
Add code examples for dropdown and file upload buttons . #845
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What component is this related to?
IcButton
File upload functionality
Why do we need it?
A code example for the IcButton file upload functionality should be added to the guidance site on the button code page. This code example should allow a user to launch the native file explorer from the guidance site, once launched they should be able to select a file.
Once a file is selected, this file should be displayed visually so that the user can understand that their selection has been successful. Usage of the props 'accept' and 'multiple' should be applied.
The text was updated successfully, but these errors were encountered: