mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
added refresh of completer to init
This commit is contained in:
parent
8e853314da
commit
298d2da581
1 changed files with 2 additions and 0 deletions
|
|
@ -378,6 +378,8 @@ class TextWidget(InputWidget):
|
||||||
self.input_field.focused_in.connect(self._on_input_focus)
|
self.input_field.focused_in.connect(self._on_input_focus)
|
||||||
self.input_field.textChanged.connect(self._on_value_change)
|
self.input_field.textChanged.connect(self._on_value_change)
|
||||||
|
|
||||||
|
self._refresh_completer()
|
||||||
|
|
||||||
def _refresh_completer(self):
|
def _refresh_completer(self):
|
||||||
# Multiline entity can't have completer
|
# Multiline entity can't have completer
|
||||||
# - there is not space for this UI component
|
# - there is not space for this UI component
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue