Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

[BUG] 検索ワード入力消去ボタン実行時に検索結果が消去されない #21

Open
YumNumm opened this issue Nov 17, 2022 · 0 comments
Assignees
Labels
🐛 bug Something isn't working

Comments

@YumNumm
Copy link
Owner

YumNumm commented Nov 17, 2022

バグの詳細
RepositorySearchTextFieldの×印を押した際に、検索結果・件数がリセットされない
image

suffixIcon: IconButton(
onPressed: controller.clear,
icon: const Icon(Icons.clear),
),

期待される動作
×印を押した際に、検索結果・件数をリセットする

@YumNumm YumNumm added the 🐛 bug Something isn't working label Nov 17, 2022
@YumNumm YumNumm self-assigned this Nov 17, 2022
@YumNumm YumNumm mentioned this issue Nov 17, 2022
YumNumm added a commit that referenced this issue Nov 22, 2022
#21 の解消
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
🐛 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant