-
Notifications
You must be signed in to change notification settings - Fork 1
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
UI combobox #48
UI combobox #48
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please see the comments below.
9d4c0f1
to
1331201
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
46c5d1c
to
f827059
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please look at the following requests?
8f9cfb9
to
5f2e491
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please have a look at the two following comments.
Introduce custom ComboxBox component, based on Headless UI Combobox, to select either a datacenter or an infrastructure among a predefined list.
Add headlessui/vue and tailwindcss/forms dependencies required for comboboxes. Also enable forms plugin in tailwind plugin.
Use ComboBox component in Datacenters and Infrastructures views. fix #38
When Combobox is loaded in Datacenters and Infrastructures views, the focus is automatically set on the input so user can directly type or select an entry with keyboard without requiring an initial click on the Combobox.
Remove button to open/close combobox as the combobox is static and cannot actually be closed.
fix #38