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

Duplikaty w polu podpowiadania opcji #990

Closed
rwakulszowa opened this issue Jun 15, 2021 · 1 comment · Fixed by #991
Closed

Duplikaty w polu podpowiadania opcji #990

rwakulszowa opened this issue Jun 15, 2021 · 1 comment · Fixed by #991
Assignees

Comments

@rwakulszowa
Copy link
Member

rwakulszowa commented Jun 15, 2021

Przy pracy nad #948 zauważyłem, że:

  1. aktualnie zaznaczona opcja pojawia się dwukrotnie w opcjach wyboru
  2. przy re-renderowaniu listy duplikaty mnożą się - prawdopodobnie jakiś błąd wywołany przez dodanie tej samej opcji kilkukrotnie.
autocomplete.mp4

Kod znajduje się w pliku FetchSelect.
W dokumentacji widzę przykłady, gdzie komponent Select zachowuje się jak należy.

EDIT: wydaje mi się, że coś poszło nie tak przy konwersji video. W skrócie - widać tam pojawiające się duplikaty.

@rwakulszowa
Copy link
Member Author

P.S.: Postaram się tym zająć.

rwakulszowa added a commit to rwakulszowa/small_eod that referenced this issue Jun 15, 2021
Fixes watchdogpolska#990.

- removes duplicate autocomplete suggestions - the same item was present
  both in the initial fetch (fetching already associated items), and
  subsequent fetches (actual autocomplete).
- added some basic documentation to autocomplete-related coponents.
@ad-m ad-m closed this as completed in #991 Jul 14, 2021
ad-m pushed a commit that referenced this issue Jul 14, 2021
Fixes #990.

- removes duplicate autocomplete suggestions - the same item was present
  both in the initial fetch (fetching already associated items), and
  subsequent fetches (actual autocomplete).
- added some basic documentation to autocomplete-related coponents.
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

Successfully merging a pull request may close this issue.

1 participant