Date picker: Dropdown should trigger with text input
Problem
Currently, we differentiate between two different interactions with our date picker component. You can either:
- Enter the date with text
- Select the date with a dropdown
Proposal
Create a more cohesive component feel by integrating both of these interactions together:
- When text input field is clicked, open dropdown but keep text input field active
- When dropdown is open and text input field is clicked, keep dropdown open and reflect text input in the calendar UI
Edited by Nick Post

