Skip to content
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

✨ feat(typeahead): freesolo typeahead without chevron #895

Closed
1 task done
Feamusbal opened this issue May 25, 2023 · 2 comments · Fixed by #897
Closed
1 task done

✨ feat(typeahead): freesolo typeahead without chevron #895

Feamusbal opened this issue May 25, 2023 · 2 comments · Fixed by #897
Assignees
Labels
✨ feature New feature or request

Comments

@Feamusbal
Copy link

Summary

If the data for the typeahead is not available in the application (e.g., car search) the typeahead should not show a chevron as it is confusing for users.

The typeahead should includ instructions to type the first few letters into the input and not show a chevron.
If the input is found, we should either use the cancel icon "X" to delete the content from the input field.

The Free solo Autocomplete component is a good example for this approach: https://mui.com/material-ui/react-autocomplete/#free-solo

Furthermore, the loading spinner should be shown while results are being searched (prior to the first result being found)

Use Case

We have multiple use cases, e.g., BankNow/Ford or the projects the Direct Sales team is working on.

Preferred Solution

A similar approach to the free solo autocomplete: https://mui.com/material-ui/react-autocomplete/#free-solo

Additional Information

No response

Will this feature introduce breaking changes?

None

Code of Conduct

  • I agree to follow this project's Code of Conduct
@Feamusbal Feamusbal added the ✨ feature New feature or request label May 25, 2023
@hirsch88
Copy link
Member

/cib

@hirsch88 hirsch88 self-assigned this May 30, 2023
@github-actions
Copy link
Contributor

Branch feat/issue-895 created!

github-actions bot pushed a commit that referenced this issue May 30, 2023
hirsch88 added a commit that referenced this issue May 30, 2023
* Create PR for #895

* feat(select): add free-solo

* fix: loading state for datepicker and select

* chore(): update base images

* chore: trigger build

---------

Co-authored-by: hirsch88 <hirsch88@users.noreply.github.com>
Co-authored-by: Gery Hirschfeld <gerhard.hirschfeld@baloise.ch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants