Closed gavinvaske closed 3 months ago
Previously, I created custom Select and Input components in react
I noticed a few locations that were still using regular ole' html and elements
This PR removes those, and instead uses my custom components.
Also, this PR adds the ability for Select to be a multi-select
Description
Previously, I created custom Select and Input components in react
I noticed a few locations that were still using regular ole' html and
This PR removes those, and instead uses my custom components.
Also, this PR adds the ability for Select to be a multi-select