WordPress Gutenberg如何使TextControl成为必需的?

时间:2020-08-10 作者:Mangesh Yadav

我想将此字段设为必填字段。有人能建议怎么做吗?

<TextControl
    tagName="p"
    label="url"
    placeholder="http://"
    focus = {focus}
    className="full-width "
    value={ props.attributes.url }
    onChange={ onChangeurl }
    keepPlaceholderOnFocus= {true}
/>

1 个回复
SO网友:Will

这可能通过使用lockPostSaving

一些代码示例➡ https://github.com/WordPress/gutenberg/pull/16713