Skip to content

提交按钮的文本无法定制化 #218

@littlebirds

Description

@littlebirds

https://pro.form-create.com/doc/form
ype Options = {
//表单配置
...
//提交按钮配置
submitBtn?: {
//是否显示提交按钮
show?: boolean;
//按钮的文字
innerText?: string;
};
...
按文档innerText应该可以定制,但是看源码现在拷贝完formOptions之后又把“props.submit" 的字串赋值给了提交按钮,覆盖了用户的可能设置

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions