Falko Schindler hace 1 año
padre
commit
5edf1b36d4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      website/more_documentation/select_documentation.py

+ 1 - 1
website/more_documentation/select_documentation.py

@@ -36,7 +36,7 @@ def more() -> None:
         ui.select(names, multiple=True, value=names[:2], label='with chips') \
             .classes('w-64').props('use-chips')
 
-    @text_demo('update_selection', '''
+    @text_demo('Update options', '''
         Options can be changed with the `options` property.
         But then you also need to call `update()` afterwards to let the change take effect.
         `set_options` is a shortcut that does both and works well for lambdas.