Falko Schindler 2 tahun lalu
induk
melakukan
9a3a63d730
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  1. 0 1
      nicegui/elements/select.py

+ 0 - 1
nicegui/elements/select.py

@@ -26,7 +26,6 @@ class Select(ChoiceElement):
         :param on_change: callback to execute when selection changes
         :param with_input: whether to show an input field to filter the options
         """
-        self.with_input = with_input
         super().__init__(tag='select', options=options, value=value, on_change=on_change)
         self._props['label'] = label
         if with_input: