-
Notifications
You must be signed in to change notification settings - Fork 500
提交按钮的文本无法定制化 #218
Copy link
Copy link
Open
Description
https://pro.form-create.com/doc/form
ype Options = {
//表单配置
...
//提交按钮配置
submitBtn?: {
//是否显示提交按钮
show?: boolean;
//按钮的文字
innerText?: string;
};
...
按文档innerText应该可以定制,但是看源码现在拷贝完formOptions之后又把“props.submit" 的字串赋值给了提交按钮,覆盖了用户的可能设置
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels