Describe the bug
In the "New Connection" modal, the "Database Name" dropdown does not allow users to select a database by clicking on it. While the dropdown lists available databases after clicking "Load Databases", clicking an item in the list closes the dropdown without actually selecting the clicked item. Manual entry via typing and pressing 'Enter' works, but mouse interaction is broken.
To Reproduce
- Open the New Connection modal.
- Select Postgres (or MySQL).
- Fill in the connection details (Host, Port, Username, Password).
- Click Load Databases.
- Click on the database selection dropdown.
- Attempt to click one of the databases in the resulting list.
- Observe that the list closes instantly, but the input field remains empty or unchanged.
OS Version
Windows 11 x64
Tabularis Version
0.8.15
Relevant Log Output
No explicit error logs were generated; this was a UI race condition