Falko Schindler 1 年之前
父節點
當前提交
5edf1b36d4
共有 1 個文件被更改,包括 1 次插入1 次删除
  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.