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

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

@YumNumm

Description

@YumNumm

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

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

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

Metadata

Metadata

Assignees

Labels

🐛 bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions