-
Notifications
You must be signed in to change notification settings - Fork 64
Add File Upload to Forms #106
base: master
Are you sure you want to change the base?
Conversation
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.
This LGTM.
Maybe you can open docs/src/Components/NavBar.tsx
and make a change from export default withRouter<{}>(NavBar);
to export default withRouter(NavBar);
Maybe that would solve the docs problem.
Having this would be awesome 🚀 |
@AlgusDark unfortunately changing that didn't affect the docs building - there are a ton of errors I'm getting from files I didn't touch, like
Those are easy enough to solve, but then there are ones like
Honestly not even sure where to start trying to fix those 🙁 |
@aszecsei I don't have Internet right now (until end of the month I will have). I'll check and make changes on Master branch 🤔 This project needs to get some updates from TS. After that, we shouldn't have any problems. First of all, thanks for this. Please let's wait for my chages 🙏 so sorry. |
@AlgusDark Are you planning to merge this? :) |
Hi Guys, Anyone working on this? I don't see the file upload input in the list of available form elements. Thanks. |
This resolves #97 and adds a collection of the File Upload elements that Bulma uses, documented here.
I had unrelated issues getting the documentation to build (#105), so there may be some problems with my additions for that.