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

Form controls with popups should allow more control over when they open #4499

Open
1 task
joshwooding opened this issue Dec 13, 2024 · 0 comments
Open
1 task
Labels
status: awaiting triage Automatically added to new issues. Should be removed once they have been triaged. type: enhancement 💡 New feature or request

Comments

@joshwooding
Copy link
Contributor

joshwooding commented Dec 13, 2024

Description

At the moment we have the following behaviour:

Component Opens on Focus Opens on Trigger Opens on change
ComboBox
Dropdown
DatePicker

Not showing on focus is consistent across the board and is generally good practice but other behaviours might need to be customised.

Expected behavior

Where possible I should be able to control this behaviour with props e.g.

showOnClick
showOnKeypress
showOnChange

We might not need to support all for now, maybe showOnClick is enough?

Alternatives and examples

.

Context

.

Are you a JPMorgan Chase & Co. employee?

  • I am an employee of JPMorgan Chase & Co.
@joshwooding joshwooding added type: enhancement 💡 New feature or request status: awaiting triage Automatically added to new issues. Should be removed once they have been triaged. labels Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: awaiting triage Automatically added to new issues. Should be removed once they have been triaged. type: enhancement 💡 New feature or request
Projects
Development

No branches or pull requests

1 participant