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

Can't tell if option is selected in ContingenciesInput Autocomplete #16

Open
bngarren opened this issue Jun 25, 2021 · 1 comment
Open
Labels
bandaid Patched without satisfying fix -- needs review in the future bug - level 2 Something isn't working or minor modification, e.g. styling

Comments

@bngarren
Copy link
Owner

bngarren commented Jun 25, 2021

Original problem: It is currently unclear when an option is selected (in that if you hit enter to add the value in the input it will sometimes uncheck this option that is apparently selected).

Some of this bugginess may be due to styling, however, there seem to be known issues with how the Autocomplete component keeps up with hover (e.g., mouse) and keyboard hover such as using up and down arrows but not selecting. See mui/material-ui#23916

@bngarren bngarren added the bug - level 2 Something isn't working or minor modification, e.g. styling label Jun 25, 2021
@bngarren bngarren changed the title Fix styling of selected options and hover in ContingenciesInput Autocomplete Can't tell if option is selected in ContingenciesInput Autocomplete Jun 25, 2021
bngarren added a commit that referenced this issue Jun 25, 2021
@bngarren bngarren added the bandaid Patched without satisfying fix -- needs review in the future label Jun 25, 2021
@bngarren
Copy link
Owner Author

For now, the simplest fix/bandaid is to remove the selected options from the autocomplete list so these can't mistakenly be acted upon when typing/entering. See ab12985

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bandaid Patched without satisfying fix -- needs review in the future bug - level 2 Something isn't working or minor modification, e.g. styling
Projects
None yet
Development

No branches or pull requests

1 participant