Falko Schindler %!s(int64=2) %!d(string=hai) anos
pai
achega
9a3a63d730
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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: