diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index a8fdef3cd054f2844b4f74d32faa32da1b925ba6..3e6ae0fad4de4723fbbdfa7e68c5ce126a583597 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,7 +7,9 @@ assignees: '' --- - + **Describe the bug** A clear and concise description of what the bug is. diff --git a/qfluentwidgets/components/widgets/combo_box.py b/qfluentwidgets/components/widgets/combo_box.py index bf50b3ba4a5bf2ad5f92edb10f46d1572228de9f..1e9a520c4d380cdfb87e12e39f7adeefec957c76 100644 --- a/qfluentwidgets/components/widgets/combo_box.py +++ b/qfluentwidgets/components/widgets/combo_box.py @@ -373,6 +373,9 @@ class EditableComboBox(LineEdit, ComboBoxBase): def currentText(self): return self.text() + def clear(self): + ComboBoxBase.clear(self) + def _onReturnPressed(self): if not self.text(): return