salesforce / design-system-react

Salesforce Lightning Design System for React
https://design-system-react-site.herokuapp.com/
BSD 3-Clause "New" or "Revised" License
921 stars 419 forks source link

Update Combobox Lookup Examples to use pre-defined examples only #2355

Open kwilloughby-sf opened 5 years ago

kwilloughby-sf commented 5 years ago
kwilloughby-sf commented 5 years ago

I found an instance where custom entries are permitted in Tasks (Subject). In that instance, the Listbox just disappears if nothing matches. I still feel like the majority of use cases are to search pre-defined options though.

interactivellama commented 5 years ago

This UX pattern is doable today, but we should update the examples to show the standard SLDS pattern for the Lookup pattern.

Tasks example is an autocomplete text field only and not object/entity selection.