Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/leo3friedman/dropdown keyboard interactable #61

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

leo3friedman
Copy link
Contributor

Tracking Info

Resolves #56

Changed Dropdown to use select element

Removed unnecessary inputs

Testing

Manual testing

Confirmation of Change

Screenshot 2024-05-26 at 5 14 20 PM Screenshot 2024-05-26 at 5 14 12 PM

Copy link
Member

@Miyuki-L Miyuki-L left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Other than the styling problem on Step 4 and a small note on the name attribute, looks good to me

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some CSS rule was removed that made the fields that impacted the flexing of elements when the screen is small.
image

Used to look like this
image

<select
className={`${styles.select} ${selected === defaultSelected ? styles.unselected : ""}`}
onChange={onSelectChange}
required={required}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

smll thing; can we add a name attribute to this that could be passed in through the props?

@Miyuki-L Miyuki-L requested a review from kathyychenn June 4, 2024 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dropdown Keyboard Interactable
3 participants