_cursor.ai/forms.doc/select.doc/CSelect.doc.md
@@ -16,7 +16,9 @@ - `options` (Array,必填):选择菜单选项数组,每个选项应包含 name 和 value/id 属性 - `placeholder` (String,可选):输入框占位提示文本 - `readOnly` (Boolean,可选):只读模式,默认为 false - `selectByPage` (String,可选):开启选择菜单跳转选择页面模式,值为 'on' - `selectByPage` (String,可选):选择菜单模式 - 不设置:下拉选择模式 - `on`:跳转页面选择模式 - `onOpenSelectorPage` (Function,可选):页面跳转模式下,发起选择的回调函数 ## 使用示例