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

Search component does not work as intended #460

Open
1 of 3 tasks
SimeonLeu opened this issue Apr 7, 2020 · 0 comments
Open
1 of 3 tasks

Search component does not work as intended #460

SimeonLeu opened this issue Apr 7, 2020 · 0 comments

Comments

@SimeonLeu
Copy link

SimeonLeu commented Apr 7, 2020

Note: for support questions, please use stackoverflow. This repository's issues are reserved for feature requests and bug reports.

  • I'm submitting a ...

    • bug report
    • feature request
    • support request => Please do not submit support request here, see note at the top of this template.
  • What is the current behavior?

When using the search component, while typing, the input is not displayed in the input field. After a selection is made, the selection is not displayed in the input field correctly, instead "[object Object]".

  • If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem via

The error occurs with the code snipped on the documentation page: https://semantic-ui-vue.github.io/?ref=madewithvuejs.com#/modules/search

https://codesandbox.io/s/tf2cu?module=/Example.vue

To make the search somewhat work i had to changed "name" to "title" in the source array but the display error persists.

  • What is the expected behavior?

Display the input text and selected value in the input field.

  • Please tell us about your environment:

    • Version: 0.10.1
    • Browser: Firefox 68.6.1esr (32-bit)
  • Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, gitter, etc)

Could be related to the recent refactoring of the search component #457.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant