Commit graph

5 commits

Author SHA1 Message Date
a3a205fb5d Update Input and InputTableField
* Added error and label to input, in a fieldset
* Updated prop labels in InputTableField
2023-06-30 22:22:54 -07:00
fd6e788c4d Update input
Make a consistent height with select triggers and fix props
2023-06-30 12:28:36 -07:00
445da51688 Combine Input and CharLimitedFieldset
We fixed the input component and added a character counter to it, so we don't need a separate CharLimitedFieldSet anymore.

The input component has been simplified to *just* be an input component, so it no longer displays an error. We will make a new component for error handling and labeling. It will probably be an improvement on our custom Fieldset somehow.
2023-06-24 15:30:02 -07:00
625031974d Fix input styles 2023-06-23 19:14:49 -07:00
4c5fb3c28d Rename all files and fix imports
* Renaming index.scss files to index.module.scss
* Changing `import from` to `import styles from`
2023-06-23 13:19:38 -07:00
Renamed from components/common/Input/index.scss (Browse further)