From 56352169992a91244521dc4f1a0ad87f3eaaab58 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 21 Jun 2022 07:29:25 +0530 Subject: [PATCH] ... --- src/pyj/complete.pyj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pyj/complete.pyj b/src/pyj/complete.pyj index 72c8b86294..1d68fca61e 100644 --- a/src/pyj/complete.pyj +++ b/src/pyj/complete.pyj @@ -112,6 +112,7 @@ def create_search_bar(action, name, tooltip=None, placeholder=None, button=None, def create_simple_input_with_history_native(name, tooltip=None, placeholder=None, history_size=100, input_type='text'): # cannot use in standalone viewer because of: https://bugreports.qt.io/browse/QTBUG-54433 + # fixed in Qt 6.4.0 dl_id = unique_id() dl = document.createElement('datalist') dl.id = dl_id