rfc: add FAST file selector spec to/in component specs #5269
Labels
area:fast-foundation
Pertains to fast-foundation
closed:obsolete
No longer valid
docs:spec
A technical specification
status:in-progress
Work is in progress
warning:stale
No recent activity within a reasonable amount of time
💬 RFC
🔦 Context
Seeking feedback for this FAST specification for checkpoint 1.
FAST File Selector
Process
Checkpoint 1 - Schedule a spec review meeting to cover the Overview section before proceeding to work on the Design section. Be sure to include relevant stakeholders such as members of the tools team.
Checkpoint 2 - Schedule a spec review meeting before beginning the implementation work. Be sure to invite relevant stakeholders such as design system owners.
Checkpoint 3 - Submit the component PR and schedule a component code review meeting or present the component in one of our Engineering Open Mic sessions. Address feedback from the review, obtain final approvals through GitHub, and merge.
Overview
A file input is a control that is used to give a user the ability to select files from their computer's file system.
Background
There is currently an existing HTML implementation that is part of the
input
element specification.Related issues:
#4726
Use Cases
A user wants to upload a document, such as an image, from their device to the website or web application.
Non-goals
The file input will not utilize the base level javascript file API, but will rather invoke the native HTML element's
click()
function.Features
Risks and Challenges
N/A
Prior Art/Examples
The text was updated successfully, but these errors were encountered: