-
Notifications
You must be signed in to change notification settings - Fork 418
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
Footer and header render in combobox #1600
Comments
Yeah, looks like the search header could be added. https://www.lightningdesignsystem.com/components/combobox/#Displaying-options-based-on-user-input-2 And it looks like you could do entity search here with two or three headers. https://www.lightningdesignsystem.com/guidelines/search/global/#instant-results I don't have the footer + New Contact markup, but it looks like it's the same markup as the header. It looks like we need a new Combobox variant called We can add As for the footer, I've not seen anything besides Add an item like "+ New Contact" there. I'm thinking that we add an What do you think? |
It sounds great, but i think that we have to make footer the same as header with possibility to add custom node element for bigger flexibility. |
Input
Menu: Footer and HeaderI'm good with I propose that the default props be something like: I'm unsure about how to get |
I thought about it some more. Let's make
When working with scope, are you referring to Grouped Comboboxes? I propose adding a @futuremint What do you think about this prop API for Grouped Comboboxes (Cross-entity / Polymorphic)? |
Yes , when I am talking about scope I mean Grouped Comboboxes |
If we will merge optionsSearchEntity or optionsAddItem in options we will be able to select its as a value but in my vision it's has to be as a button. |
I don't think you can have a button in a menu listbox from ARIA/Accessibility Tree stand point. A button would have a tab index and remove focus from the input. Also from what I can tell from the Salesforce Platform keyboard interactions, you just press down arrow to seamlessly go from items in |
Component Lookup is deprecated and instead we have to use combobox. But I didn't find footer render in combobox. Can we add this functionality ?
The text was updated successfully, but these errors were encountered: