You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should create a new component for selecting files to improve UX and provide a better looking UI. Currently for the Ticketing app, we're using an unstyled <input type="file" /> tag. We should create a new component that uses a native file input underneath the hood (so that it works seamlessly with React Hook Form).
Support file drag and drop to select file(s)
Nicer looking styles
Works with React Hook Form
Preview selected file image
Our current Ticketing UI:
The text was updated successfully, but these errors were encountered:
We should create a new component for selecting files to improve UX and provide a better looking UI. Currently for the Ticketing app, we're using an unstyled
<input type="file" />
tag. We should create a new component that uses a native file input underneath the hood (so that it works seamlessly with React Hook Form).Our current Ticketing UI:
The text was updated successfully, but these errors were encountered: