stefi23 / ski-with-me

⛷️ 🏂 Find people to go ski/snowboard with
2 stars 1 forks source link

Register adding dropbox #35

Closed stefi23 closed 3 years ago

stefi23 commented 3 years ago

@giacomorebonato

After trying to add my very own Dropbox to the Register without succeeding I decided to look into Materia UI and their Autocomplete. I managed to implement it with some data I've inputted 🎉 I'm not sure if this is a bad approach but I found it quite useful as it pushed me to read the documentation, understand it, and implemented it.

I used some of the logic you had to make it work.

Now the challenge is the styling of it to make it look like the others. The CSS in the Autocomplete is overridden by the one from bootstrap and I haven't found out yet how I can customize it.

I will get the data from the db and pass it in there.

Wanted to know what you think about this approach.

Thank you!

stefi23 commented 3 years ago

36

37

38

39

Used Material UI Autocomplete instead of the Dropbox. Added styling to the component and make the fields required for the submission of the form.