opt search topic

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-26 21:05:04 +08:00
parent 83de915e54
commit dbcc19cac1
4 changed files with 28 additions and 91 deletions

View File

@@ -8,6 +8,7 @@ import 'package:get/get.dart';
class SelectTopicController
extends CommonListController<TopicPubSearchData, TopicPubSearchItem> {
final focusNode = FocusNode();
final controller = TextEditingController();
final RxBool enableClear = false.obs;
@@ -32,6 +33,7 @@ class SelectTopicController
@override
void onClose() {
focusNode.dispose();
controller.dispose();
super.onClose();
}