如何在古登堡框中插入负值-控件 时间:2021-05-30 作者:SteveEmmE 我正在使用box-control 组件来控制绝对定位元素的位置(顶部、底部、左侧、右侧)。我有一个问题:框控件不允许负值。如何解决此问题,或者最终使用其他组件来解决此问题? 1 个回复 SO网友:achchu93 可以通过inputProps 道具检查以下示例:<BoxControl label={ __(\'Margin\', \'text-domain\') } onChange={ (margins) => setAttributes({margins}) } inputProps={{ min: -300 }} /> 文章导航